Learn R Programming

BSDA (version 1.2.1)

Citrus: Percent of peak bone density of different aged children

Description

Data for Exercise 9.7

Usage

Citrus

Arguments

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

Run this code

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

Run the code above in your browser using DataLab