Create female older people indicators dataframe for disability from survey data collected using the standard RAM-OP questionnaire
Source:R/01-opIndicators.R
create_op_disability_females.Rd
Create female 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_females(testSVY)
#> # A tibble: 113 × 32
#> psu sex1 sex2 wgVisionD0 wgVisionD1 wgVisionD2 wgVisionD3 wgHearingD0
#> <int> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 201 0 1 1 0 0 0 1
#> 2 201 0 1 1 0 0 0 1
#> 3 201 0 1 1 0 0 0 1
#> 4 201 0 1 1 0 0 0 1
#> 5 201 0 1 1 0 0 0 1
#> 6 201 0 1 1 0 0 0 1
#> 7 201 0 1 1 0 0 0 1
#> 8 202 0 1 1 0 0 0 1
#> 9 202 0 1 1 0 0 0 1
#> 10 202 0 1 1 0 0 0 1
#> # ℹ 103 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>, …