This package contains interactive tutorials used for teaching STAT3150--Statistical Computing at the University of Manitoba.
To install this package, make sure you have the remotes package available:
install.packages("remotes")
remotes::install_github("turgeonmaxime/UMstat3150")To run a tutorial, run the following code:
learnr::run_tutorial("test", package = "UMstat3150")The first argument is the name of the tutorial.
These are the planned tutorials:
dataviz: Data visualizationgenerateRV: Generating random variablesMCintegration: Monte Carlo integrationimportance: Importance samplingMCinference: Monte Carlo methods in inferencebootstrap: Bootstrap and Jackknifepermutation: Permutation testsnumerical: Numerical methods