Citrus | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.