Prediction: Elections and Regression

Published

April 5, 2023

Readings

  • For prediction and loops, see QSS 4.1 (you can skip 4.1.1)
  • For regression, see either MD Ch 5 or QSS 4.2 (you can skip 4.2.5).

Data

  • Reinstall the TPDdata package that has new data for this week:
remotes::install_github("seungho-an/TPDdata")
  • You may need to install the lubridate and broom packages if it’s not installed:
install.packages("lubridate")
install.packages("broom")

Slides