fda (version 2.4.8)

onechild: growth in height of one 10-year-old boy

Description

Heights of a boy of age approximately 10 collected during one school year. The data were collected "over one school year, with gaps corresponding to the school vacations" (AFDA, p. 84)

Arguments

Format

A data.frame with two columns:

day

Integers counting the day into data collection with gaps indicating days during which data were not collected.

height

Height of the boy measured on the indicated day.

Examples

Run this code
# NOT RUN {
with(onechild, plot(day, height, type="b"))

# }

Run the code above in your browser using DataCamp Workspace