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