Learn R Programming

BSDA (version 1.01)

Citrus: Percent of peak bone density of different aged children

Description

Data for Exercise 9.7

Usage

Citrus

Arguments

Format

A data frame with 9 observations on the following 2 variables.

age

a numeric vector

percent

a numeric vector

Examples

Run this code
# NOT RUN {
str(Citrus)
attach(Citrus)
model <- lm(percent~age)
summary(model)
anova(model)
detach(Citrus)
remove(model)
# }

Run the code above in your browser using DataLab