guImmun: Immunization in Guatemala

Description Usage Format Source References Examples

Description

Immunizations received by children in Guatemala.

Usage

1

Format

A data frame with 2159 observations on the following 13 variables.

kid

a factor identifying the child

mom

a factor identifying the family.

comm

a factor identifying the community.

immun

a factor indicating if the child received a complete set of immunizations. All children in this data frame received at least one immunization.

kid2p

a factor indicating if the child was 2 years or older at the time of the survey.

mom25p

a factor indicating if the mother was 25 years or older.

ord

an factor indicating the child's birth's order within the family. Levels are 01 - first child, 23 - second or third child, 46 - fourth to sixth child, 7p - seventh or later child.

ethn

a factor indicating the mother's ethnicity. Levels are L - Ladino, N - indigenous not speaking Spanish, and S - indigenous speaking Spanish.

momEd

a factor describing the mother's level of eduation. Levels are N - not finished primary, P - finished primary, S - finished secondary

husEd

a factor describing the husband's level of education. Levels are the same as for momEd plus U - unknown.

momWork

a factor indicating if the mother had ever worked outside the home.

rural

a factor indicating if the family's location is considered rural or urban.

pcInd81

the percentage of indigenous population in the community at the 1981 census.

Source

These data are available at http://data.princeton.edu/multilevel/guImmun.dat. Multiple indicator columns in the original data table have been collapsed to factors for this data frame.

References

Rodriguez, Germán and Goldman, Noreen (1995), "Improved estimation procedures for multilevel models with binary response: a case-study", Journal of the Royal Statistical Society, Series A, 164, 339-355.

Examples

1
2

Example output

Loading required package: lme4
Loading required package: Matrix
      kid            mom            comm      immun    kid2p    mom25p  
 2      :   1   310    :   3   185    :  55   N:1195   N: 493   N:1038  
 269    :   1   384    :   3   210    :  50   Y: 964   Y:1666   Y:1121  
 272    :   1   456    :   3   226    :  34                             
 273    :   1   464    :   3   227    :  32                             
 274    :   1   498    :   3   174    :  30                             
 275    :   1   514    :   3   188    :  30                             
 (Other):2153   (Other):2141   (Other):1928                             
 ord      ethn     momEd    husEd    momWork  rural       pcInd81        
 01:380   L:1283   N:1050   N: 676   N:1187   N: 519   Min.   :0.006683  
 23:740   N: 374   P: 963   P:1056   Y: 972   Y:1640   1st Qu.:0.080635  
 46:721   S: 502   S: 146   S: 245                     Median :0.506864  
 7p:318                     U: 182                     Mean   :0.466552  
                                                       3rd Qu.:0.834860  
                                                       Max.   :0.995884  
                                                                         

mlmRev documentation built on April 5, 2020, 9:07 a.m.