Skip to contents

Create male older people indicators dataframe for household hunger from survey data collected using the standard RAM-OP questionnaire

Usage

create_op_hunger_males(svy)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

Value

A dataframe of male older people indicators on household hunger

Examples


# Create household hunger indicators dataset from RAM-OP survey data
# collected from Addis Ababa, Ethiopia
create_op_hunger_males(testSVY)
#> # A tibble: 79 × 6
#>      psu  sex1  sex2  HHS1  HHS2  HHS3
#>    <int> <dbl> <dbl> <dbl> <dbl> <dbl>
#>  1   201     1     0     1     0     0
#>  2   201     1     0     1     0     0
#>  3   201     1     0     0     1     0
#>  4   201     1     0     1     0     0
#>  5   201     1     0     0     0     1
#>  6   202     1     0     1     0     0
#>  7   202     1     0     0     1     0
#>  8   202     1     0     1     0     0
#>  9   202     1     0     1     0     0
#> 10   202     1     0     0     1     0
#> # ℹ 69 more rows