Anthropometric data from a SMART survey in Kabul, Afghanistan.

anthro1

Format

A data frame with 873 observations and 11 variables

VariableDescription
psuPrimary sampling unit
ageAge of child (months)
sexGender of child
weightWeight of child (kgs)
heightHeight of child (cm)
muacMid-upper arm circumference (mm)
oedemaPresence or absence of oedema
hazHeight-for-age z-score
wazWeight-for-age z-score
whzWeight-for-height z-score
flagData quality flag

Examples

head(anthro1)
#> psu age sex weight height muac oedema haz waz whz flag #> 1 1 6 1 7.3 65.0 146 2 -1.23 -0.76 0.06 0 #> 2 1 42 2 12.5 89.5 156 2 -2.35 -1.39 -0.02 0 #> 3 1 23 1 10.6 78.1 149 2 -2.95 -1.06 0.57 0 #> 4 1 18 1 12.8 81.5 160 2 -0.28 1.42 2.06 0 #> 5 1 52 1 12.1 87.3 152 2 -4.21 -2.68 -0.14 0 #> 6 1 36 2 16.9 93.0 190 2 -0.54 1.49 2.49 0