thai_cohort | R Documentation |
In a cohort study in northeast Thailand the health status of 602 preschool children was checked every 2 weeks from June 1982 until September 1985 (Schelp et al. 1990). In this time period it was recorded how often the children showed symptoms of fever, cough, running nose, or these symptoms together. The frequencies of these illness spells are given in the data set.
data("thai_cohort")
Schelp, F., P. Vivatanasept, P. Sitaputra, S. Sornmani, P. Pongpaew, N. Vudhivai, S. Egormaiphol, and D. B\"ohning. “Relationship of the morbidity of under-fives to anthropometric measurements and community health intervention.” Trop Med Parasitol, 1990, 41(2), 121–126.
Schlattmann, P. (2009) Medical Applications of Finite Mixture Models. Berlin: Springer.
data("thai_cohort")
mix <- mixalg(obs="counts", weights="frequency", family="poisson", data=thai_cohort,
numiter=18000, acc=0.00001, startk=25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.