chp1-handout.pdf
chp1.pdf
Chapter 1 and 2: Introduction to Data and Summarizing Data
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