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