Create male older people indicators dataframe for water, sanitation and hygiene from survey data collected using the standard RAM-OP questionnaire
Source:R/01-opIndicators.R
create_op_wash_males.Rd
Create male older people indicators dataframe for water, sanitation and hygiene from survey data collected using the standard RAM-OP questionnaire
Examples
# Create water, sanitation and hygiene indicators dataset from RAM-OP survey
# data collected from Addis Ababa, Ethiopia
create_op_wash_males(testSVY)
#> # A tibble: 79 × 7
#> psu sex1 sex2 W1 W2 W3 W4
#> <int> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 201 1 0 1 1 0 0
#> 2 201 1 0 0 0 0 0
#> 3 201 1 0 0 0 0 0
#> 4 201 1 0 0 0 0 0
#> 5 201 1 0 1 1 0 0
#> 6 202 1 0 0 0 0 0
#> 7 202 1 0 1 1 1 1
#> 8 202 1 0 0 0 0 0
#> 9 202 1 0 0 1 0 0
#> 10 202 1 0 0 0 0 0
#> # ℹ 69 more rows