Sampling

Published

October 30, 2023

Readings

  • MD Ch 7

Data

  • Install the infer package to follow along:
install.packages("infer")
  • Reinstall the Gov 50 data package that has new data for this week:
remotes::install_github("mattblackwell/gov50data")

Slides and Code