The growth_ldata
dataset contains longitudinal growth data from the Berkeley Growth Study.
The data tracks the growth of 39 boys and 54 girls, measuring height at 31 different ages.
Usage
data(growth_ldata)
Format
A list containing the following components:
df
data.frame
with the following variables:group
A factor variable with 2 levels indicating the group (boys or girls) in the Berkeley Growth Study.
x
fdata
class object withn = 93
curves (one curve per row) and31
discretization points (one per column). It includes 73 curves corresponding to the heights of 39 boys and 54 girls measured in centimeters at 31 different ages.