/hecstatmod

R course material for MATH 60604A at HEC Montréal

Primary LanguageR

Statistical Modelling

This R package contains tutorials and data sets for MATH 60604A - Statistical Modelling at HEC Montréal.

You can install the package from Github using the following commands after installing remotes:

#install.packages(c("learnr","remotes"))
remotes::install_github("lbelzile/hecstatmod")

The following tutorials are available

learnr::run_tutorial("intro", package = "hecstatmod")