Prediction: More Regression

Published

October 23, 2023

Readings

  • For model fit, see QSS 4.2.6 or IMS 7.2.5
  • For multiple regression, IMS 8.1-8.3, MD 6.1-6.2, or QSS 4.3.1-4.3.2

Packages

  • In Thursday’s lecture, we’ll use the modelr package which you can install with the following command:
install.pacakges("modelr")

Slides and Code