Citrus {BSDA} | R Documentation |
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.
model <- lm(percent ~ age, data = Citrus)
summary(model)
anova(model)
rm(model)