Shuttle {BSDA} | R Documentation |
Data for Exercise 9.20
Shuttle
A data frame with 15 observations on the following 2 variables.
shuttle
autos
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Shuttle) attach(Shuttle) model <- lm(autos~shuttle) summary(model) detach(Shuttle) remove(model)