Description Usage Format References Examples
Cognitive scores of infants in a study of early childhood intervention. The 103 infants from low income African American families were divided into a treatment group (58 infants) and a control group (45 infants). Starting at 0.5 years of age the infants in the treatment group were exposed to an enriched environment. Each infant's cognitive score on an age-specific, normalized scale was recorded at ages 1, 1.5, and 2 years.
1 |
This groupedData
object contains the following columns
An ordered factor of the id number for each infant.
A numeric cognitive score.
The age of the infant at the measurement.
A factor with two levels, "N"
and "Y"
,
indicating if the infant is in the early childhood intervention
program.
Singer, Judith D. and Willett, John B. (2003), Applied Longitudinal Data Analysis, Oxford University Press. (Ch. 3)
1 |
Loading required package: lme4
Loading required package: Matrix
'data.frame': 309 obs. of 4 variables:
$ id : Factor w/ 103 levels "86","87","77",..: 12 12 12 17 17 17 22 22 22 8 ...
$ cog: int 103 119 96 106 107 96 112 86 73 100 ...
$ age: num 1 1.5 2 1 1.5 2 1 1.5 2 1 ...
$ trt: Factor w/ 2 levels "N","Y": 2 2 2 2 2 2 2 2 2 2 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.