thai_cohort: Cohort study in north east Thailand

thai_cohortR Documentation

Cohort study in north east Thailand

Description

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.

Usage

data("thai_cohort")

References

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.

Examples

data("thai_cohort")
mix <- mixalg(obs="counts", weights="frequency", family="poisson", data=thai_cohort,
              numiter=18000, acc=0.00001, startk=25)

CAMAN documentation built on Sept. 19, 2023, 3:01 p.m.

Related to thai_cohort in CAMAN...