remotes::install_github("seungho-an/TPDdata")Prediction: Elections and Regression
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:
- You may need to install the
lubridateandbroompackages if it’s not installed:
install.packages("lubridate")
install.packages("broom")Slides
Prediction, loops, and regression
- PDF slides
- PDF handout version (no incremental slides)