Requirements
The tidyverse
and nnet
packages are required for this section and can be installed with:
install.packages(c("tidyverse","nnet"))
You will also need previous experience with probability to best benefit from the materials.
Lab
Linear regression
For this part of the practical, you can download this script.
The solutions for this part are in this script.
Logistic regression
For this part of the practical, you can download this script.
The solutions for this part are in this script.
Statistical testing
For this part of the practical, you can download this script.
The solutions for this part are in this script.