Citrus {BSDA}R Documentation

Percent of peak bone density of different aged children

Description

Data for Exercise 9.7

Usage

Citrus

Format

A data frame/tibble with nine observations on two variables

age

age of children

percent

percent peak bone density

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


model <- lm(percent ~ age, data = Citrus)
summary(model)
anova(model)
rm(model)


[Package BSDA version 1.2.2 Index]