Create female older people indicators dataframe for dementia from survey data collected using the standard RAM-OP questionnaire
Source:R/01-opIndicators.R
create_op_dementia_females.Rd
Create female older people indicators dataframe for dementia from survey data collected using the standard RAM-OP questionnaire
Examples
# Create dementia indicators dataset from RAM-OP survey data collected
# from Addis Ababa, Ethiopia
create_op_dementia_females(testSVY)
#> # A tibble: 113 × 4
#> psu sex1 sex2 DS
#> <int> <dbl> <dbl> <dbl>
#> 1 201 0 1 0
#> 2 201 0 1 1
#> 3 201 0 1 0
#> 4 201 0 1 0
#> 5 201 0 1 0
#> 6 201 0 1 0
#> 7 201 0 1 0
#> 8 202 0 1 0
#> 9 202 0 1 1
#> 10 202 0 1 0
#> # ℹ 103 more rows