| respInf {gamlss.data} | R Documentation |
Respiratory Infection in Indonesian Children.
Description
This is cohort study of 275 Indonesian preschool children, ($J=1,2, ...,275$), examined on up to six, consecutive quarters for the presence of respiratory infection. Sommer et al. (1983) describe the study, while Zeger and Karim (1991) and Diggle et al (2002) among others analyzed it. The data were also analyzed by Skrondal and Rabe-Hesketh (2004).
Usage
data("respInf")
Format
A data frame with 1200 observations on the following 14 variables.
ida factor with 275 levels identifying the individual children
timethe binary response variable identifying the presence of respiratory infection
respa vector of ones (not used further)
agethe age in months (centered around 36)
xeroa factor variable for the present of xerophthalmia with levels
01cosinea cosine term of the annual cycle
sinea sin term of the annual cycle
femalea gender factor with levels
0is male1is femaleheightheight for age as percent of the National Center for health Statistics standard centered at 90%
stunteda factor whether below 85% in height for age
01time.1the time that the children has been examine, 1 to 6
age1he age of the child at the fist time of examination
seasona variable taking the values 1,2,3,4 indicating the season
time2the time in months
References
Diggle, P. J., Heagerty, P., Liang, K. Y. and Zeger S. L.Analysis of Longitudinal Data, 2nd ed. Oxford University Press, Oxford, 2002.
Sommer, Alfred, et al. Increased mortality in children with mild vitamin A deficiency. The Lancet 322 83:50 (1983): 585-588.
Skrondal A. and Rabe-Hesketh S. Genaralized Latent Variable modelling. Chapman & Hall, (2004).
Zeger S. L and Karim M. R. Generalized linear models with random effects: a gibbs sampling approach. J. Am. Statist. Ass., 86, 79-95, 1991.
Examples
data(respInf)
## maybe str(respInf) ; plot(respInf) ...