Create older people indicators dataframe for anthropometry from survey data collected using the standard RAM-OP questionnaire.
Source:R/01-opIndicators.R
create_op_anthro.Rd
Create older people indicators dataframe for anthropometry from survey data collected using the standard RAM-OP questionnaire.
Examples
# Create anthropometry indicators dataset from RAM-OP survey data collected
# from Addis Ababa, Ethiopia
create_op_anthro(testSVY)
#> # A tibble: 192 × 4
#> psu sex1 sex2 MUAC
#> <int> <dbl> <dbl> <int>
#> 1 201 0 1 263
#> 2 201 1 0 231
#> 3 201 1 0 275
#> 4 201 0 1 264
#> 5 201 0 1 248
#> 6 201 1 0 251
#> 7 201 1 0 258
#> 8 201 0 1 221
#> 9 201 1 0 328
#> 10 201 0 1 227
#> # ℹ 182 more rows