4.4 Week 1 Thursday Tutorial

We may be using a tutorial today to get additional practice with linear regression and its assumptions. To load the tutorial you need to have the package devtools installed in your R.

Then run the following lines of code.

devtools::install_github("ktmccabe/interactivepack", dependencies = T)
learnr::run_tutorial("lindep", package="interactivepack")