cognitive | R Documentation |
In the Kenya school lunch intervention, children were given one of four school lunch interventions: meat, milk, calorie, or control. The first three groups were fed a school lunch of a stew called githeri supplemented with either meat, milk, or oil to create a lunch with a given caloric level, while the control group did not receive a lunch. Three schools were randomized to each group and the lunch program is the same for all children within a school. The data is available in modeling-longitudinal-data-rob-weiss and is broken up into sub data sets from four domains: Anthropometry, Cognitive, Morbidity, and Nutrition. We will be using the cognitive dataset for analyzing how the cognition level of the school children change over time and how the change is associated with other variables. The main cognitive measures is Raven's colored progressive matrices (Raven's), a measure of cognitive ability. There are three additional response variables: arithmetic score (arithmetic), verbal meaning (vmeaning), and total digit span score (dstotal) where digit span is a test of memory while others are considered measures of intelligence or education. The cognitive measurement baseline was taken prior to the lunch program onset and measurements were assessed at up to five times, called rounds, for each subject. More information about this dataset please see the reference:
Robert E Weiss.Modeling longitudinal data. Springer Science & Business Media, 2005.
data(cognitive)
A data frame of 1562 observations and 26 variables.
Grouping variable. Unique ID for each subject.
School id 1-12.
Calorie, meat, milk, control
round.
Time in years from baseline.
Raven's colored matrices score.
Arithmetic score.
Verbal meaning.
Total digit span score.
Girl or Boy.
age at baseline.
height at baseline.
weight at baseline.
Head circumference at baseline.
Socio-Economic Status score.
Mother's reading test.
Mother's writing test.
Mother's years of educations.
Morbidity score: none/mild/severe.
Logical variable specifying whether the subject has all five rounds. 1-Yes, 0-No.
Logical variable specifying whether the observation is the baseline. 1-round one (baseline), 0-not round one.
Time in months from baseline.
data(cognitive)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.