Skip to contents

Create female older people indicators dataframe for demography and situation from survey data collected using the standard RAM-OP questionnaire

Usage

create_op_demo_females(svy)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

Value

A dataframe of female older people indicators on demography and situation

Examples


# Create demography and situation indicators dataset from RAM-OP survey data
# collected from Addis Ababa, Ethiopia
create_op_demo_females(testSVY)
#> # A tibble: 113 × 20
#>      psu resp1 resp2 resp3 resp4   age ageGrp1 ageGrp2 ageGrp3 ageGrp4 ageGrp5
#>    <int> <dbl> <dbl> <dbl> <dbl> <int>   <dbl>   <dbl>   <dbl>   <dbl>   <dbl>
#>  1   201     1     0     0     0    67       0       1       0       0       0
#>  2   201     1     0     0     0    60       0       1       0       0       0
#>  3   201     1     0     0     0    85       0       0       0       1       0
#>  4   201     1     0     0     0    60       0       1       0       0       0
#>  5   201     1     0     0     0    72       0       0       1       0       0
#>  6   201     1     0     0     0    80       0       0       0       1       0
#>  7   201     0     1     0     0    87       0       0       0       1       0
#>  8   202     1     0     0     0    71       0       0       1       0       0
#>  9   202     1     0     0     0    61       0       1       0       0       0
#> 10   202     1     0     0     0    65       0       1       0       0       0
#> # ℹ 103 more rows
#> # ℹ 9 more variables: sex1 <dbl>, sex2 <dbl>, marital1 <dbl>, marital2 <dbl>,
#> #   marital3 <dbl>, marital4 <dbl>, marital5 <dbl>, marital6 <dbl>, alone <dbl>