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 with 9 observations on the following 2 variables.

age
a numeric vector
percent
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Citrus)
attach(Citrus)
model <- lm(percent~age)
summary(model)
anova(model)
detach(Citrus)
remove(model)

[Package BSDA version 0.1 Index]