Create male older people indicators dataframe for disability from survey data collected using the standard RAM-OP questionnaire
Source:R/01-opIndicators.R
create_op_disability_males.Rd
Create male older people indicators dataframe for disability from survey data collected using the standard RAM-OP questionnaire
Examples
# Create disability indicators dataset from RAM-OP survey data collected
# from Addis Ababa, Ethiopia
create_op_disability_males(testSVY)
#> # A tibble: 79 × 32
#> psu sex1 sex2 wgVisionD0 wgVisionD1 wgVisionD2 wgVisionD3 wgHearingD0
#> <int> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 201 1 0 1 0 0 0 1
#> 2 201 1 0 1 0 0 0 1
#> 3 201 1 0 1 0 0 0 1
#> 4 201 1 0 1 0 0 0 1
#> 5 201 1 0 1 0 0 0 1
#> 6 202 1 0 1 0 0 0 1
#> 7 202 1 0 1 0 0 0 1
#> 8 202 1 0 1 0 0 0 1
#> 9 202 1 0 1 0 0 0 1
#> 10 202 1 0 1 0 0 0 1
#> # ℹ 69 more rows
#> # ℹ 24 more variables: wgHearingD1 <dbl>, wgHearingD2 <dbl>, wgHearingD3 <dbl>,
#> # wgMobilityD0 <dbl>, wgMobilityD1 <dbl>, wgMobilityD2 <dbl>,
#> # wgMobilityD3 <dbl>, wgRememberingD0 <dbl>, wgRememberingD1 <dbl>,
#> # wgRememberingD2 <dbl>, wgRememberingD3 <dbl>, wgSelfCareD0 <dbl>,
#> # wgSelfCareD1 <dbl>, wgSelfCareD2 <dbl>, wgSelfCareD3 <dbl>,
#> # wgCommunicatingD0 <dbl>, wgCommunicatingD1 <dbl>, …