Lecture handout:

chp1-handout.pdf

Lecture slides (w/ answers):

chp1.pdf

Textbook:

Chapter 1 and 2: Introduction to Data and Summarizing Data

R skills:

demo(graphics)
rm(list = ls())
tinytex::install_tinytex()
install.packages("openintro")
library(openintro)
data()
data(county)
loan50 <- source("https://www.openintro.org/stat/data/R/loan50.R")[1]
# quit(), q(), or just use the menu