Number of people riding shuttle versus number of automobiles in the downtown area
Data for Exercise 9.20
Shuttle
A data frame/tibble with 15 observations on two variables
number of shuttle riders
number of automobiles in the downtown area
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(autos ~ users, data = Shuttle) model <- lm(autos ~ users, data = Shuttle) summary(model) rm(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.