Create male older people indicators dataframe for anthropometry from survey data collected using the standard RAM-OP questionnaire
Source:R/01-opIndicators.R
create_op_anthro_males.Rd
Create male 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_males(testSVY)
#> # A tibble: 79 × 4
#> psu sex1 sex2 MUAC
#> <int> <dbl> <dbl> <int>
#> 1 201 1 0 231
#> 2 201 1 0 275
#> 3 201 1 0 251
#> 4 201 1 0 258
#> 5 201 1 0 328
#> 6 202 1 0 279
#> 7 202 1 0 234
#> 8 202 1 0 276
#> 9 202 1 0 279
#> 10 202 1 0 232
#> # ℹ 69 more rows