growth {fda} | R Documentation |
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:
The ages are not equally spaced.
Ramsay, James O., and Silverman, Bernard W. (2006), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York, ch. 6.
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"))