fda (version 2.4.4)

infantGrowth: Tibia Length for One Baby

Description

Measurement of the length of the tibia for the first 40 days of life for one infant.

Usage

data(infantGrowth)

Arguments

Format

A matrix with three columns:

  • dayage in days

  • tibiaLength The average of five measurements of tibia length in millimeters

  • sd.length The standard deviation of five measurements of tibia length in millimeters

References

Ramsay, James O., and Silverman, Bernard W. (2006), Functional Data Analysis, 2nd ed., Springer, New York.

Examples

Run this code
# NOT RUN {
data(infantGrowth)
plot(tibiaLength~day, infantGrowth)
# }

Run the code above in your browser using DataLab