Last chance! 50% off unlimited learning
Sale ends in
A list containing the heights of 39 boys and 54 girls from age 1 to 18 and the ages at which they were collected.
This list contains the following components:
a 31 by 39 numeric matrix giving the heights in centimeters of 39 boys at 31 ages.
a 31 by 54 numeric matrix giving the heights in centimeters of 54 girls at 31 ages.
a numeric vector of length 31 giving the ages at which the heights were measured.
The ages are not equally spaced.
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
Tuddenham, R. D., and Snyder, M. M. (1954) "Physical growth of California boys and girls from birth to age 18", University of California Publications in Child Development, 1, 183-364.
with(growth, matplot(age, hgtf[, 1:10], type="b"))
Run the code above in your browser using DataLab