fda (version 2.4.8)

growth: Berkeley Growth Study data

Description

A list containing the heights of 39 boys and 54 girls from age 1 to 18 and the ages at which they were collected.

Arguments

Format

This list contains the following components:

hgtm

a 31 by 39 numeric matrix giving the heights in centimeters of 39 boys at 31 ages.

hgtf

a 31 by 54 numeric matrix giving the heights in centimeters of 54 girls at 31 ages.

age

a numeric vector of length 31 giving the ages at which the heights were measured.

Details

The ages are not equally spaced.

Examples

Run this code
# NOT RUN {
with(growth, matplot(age, hgtf[, 1:10], type="b"))
# }

Run the code above in your browser using DataCamp Workspace