Skip to contents

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

Usage

create_op_anthro(svy)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

Value

A tibble of older people indicators on anthropometry

Anthropometry and screening

MUAC

Mid-upper arm circumference (mm)

Author

Mark Myatt

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