Shuttle | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.