Skip to contents

Create female older people indicators dataframe for anthropometry from survey data collected using the standard RAM-OP questionnaire

Usage

create_op_anthro_females(svy)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

Value

A tibble of female older people indicators on anthropometry

Examples


# Create anthropometry indicators dataset from RAM-OP survey data collected
# from Addis Ababa, Ethiopia
create_op_anthro_females(testSVY)
#> # A tibble: 113 × 4
#>      psu  sex1  sex2  MUAC
#>    <int> <dbl> <dbl> <int>
#>  1   201     0     1   263
#>  2   201     0     1   264
#>  3   201     0     1   248
#>  4   201     0     1   221
#>  5   201     0     1   227
#>  6   201     0     1   262
#>  7   201     0     1   209
#>  8   202     0     1   277
#>  9   202     0     1   276
#> 10   202     0     1   256
#> # ℹ 103 more rows