Skip to contents

Nutrition survey data with MUAC and oedema measurements and location information anonymised.

Usage

muac_data

Format

A data frame with 6 columns and 435 rows:

VariableDescription
state_nameName of state
district_nameName of district
ageAge of child in months
sexSex of child. 1 = male; 2 = female
muacMid-upper arm circumference (MUAC) measurement in centimetres
oedemaPresence or absence of oedema. 1 = oedema; 2 = no oedema

Examples

muac_data
#> # A tibble: 435 × 6
#>    state_name district_name   age   sex  muac oedema
#>    <chr>      <chr>         <int> <int> <dbl>  <int>
#>  1 State A    District A        7     1  13.3      2
#>  2 State A    District A       42     1  13.3      2
#>  3 State A    District A       60     1  14.6      2
#>  4 State A    District A       60     2  15.6      2
#>  5 State A    District A       48     1  13.3      2
#>  6 State A    District A       60     2  14.3      2
#>  7 State A    District A       18     1  12.4      2
#>  8 State A    District A       48     1  14.2      2
#>  9 State A    District A       60     2  12.8      2
#> 10 State A    District A       36     1  13.4      2
#> # ℹ 425 more rows