Nutrition survey data with MUAC and oedema measurements and location information anonymised.
Source:R/data.R
muac_data.RdNutrition survey data with MUAC and oedema measurements and location information anonymised.
Format
A data frame with 6 columns and 435 rows:
| Variable | Description |
| state_name | Name of state |
| district_name | Name of district |
| age | Age of child in months |
| sex | Sex of child. 1 = male; 2 = female |
| muac | Mid-upper arm circumference (MUAC) measurement in centimetres |
| oedema | Presence 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