powered by
Data for Exercise 9.20
Shuttle
A data frame with 15 observations on the following 2 variables.
shuttle
a numeric vector
autos
# NOT RUN { str(Shuttle) attach(Shuttle) model <- lm(autos~shuttle) summary(model) detach(Shuttle) remove(model) # }
Run the code above in your browser using DataLab