powered by
Data for Exercise 9.7
Citrus
A data frame/tibble with nine observations on two variables
age of children
percent peak bone density
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { model <- lm(percent ~ age, data = Citrus) summary(model) anova(model) rm(model) # }
Run the code above in your browser using DataLab