The original study from which the present data were taken was initiated in order to get insight into the physical growth patterns of children from ages four to fifteen. Details about the study together with several analyses of the data for 30 normal French girls can be found in the volume Data analysis. The ins and outs of solving real problems. (Janssen et al., 1987).
30 French girls
| No. | Abbreviation | Description |
|---|---|---|
| 1. | weight | Weight |
| 2. | length | Length |
| 3. | crrump | Crown-rump length |
| 4. | head | Head circumference |
| 5. | chest | Chest circumference |
| 6. | arm | Arm |
| 7. | calf | Calf |
| 8. | pelvis | Pelvis |
A three-way data array X = (x(i,j,k)) has the following form
|-----|i=1
|-----| |i=2
|-----| | |..
| | | |..
| | |____|i=I=30 k=K=12
| |____| k=2
|_____| k=1
j=1,.,J=8
The actual data file has the following form:
j=1,.,J=8
|-----|i=1
| |i=2
| |.. k= 1
| |..
|_____|i=I=30
|-----|i=1
| |i=2
| |.. k= 2
| |..
|_____|i=I=30
|-----|i=1
| |i=2
| |.. k=12
| |..
|_____|i=I=30
Thus the first mode (i) is nested in the third mode (k) and there are 30 (Girls) times 12 (Age) rows and 8 (Variables) columns.
The data are generally preprocessed as standard multiway profile data. For details see Kroonenberg (2008). Applied multiway data analysis. Hoboken NJ: Wiley (Chapters 6 and 15).
[Download the zipped Girls' Growth Curves Data]