Create older people indicators dataframe for dementia from survey data collected using the standard RAM-OP questionnaire.
Source:R/01-opIndicators.R
create_op_dementia.Rd
Create older people indicators dataframe for dementia from survey data collected using the standard RAM-OP questionnaire.
Brief Community Screening Instrument for Dementia (CSID)
The CSID dementia screening tool is described in:
Prince M, et al. (2010). A brief dementia screener suitable for use by non-specialists in resource poor settings - The cross-cultural derivation and validation of the brief Community Screening Instrument for Dementia. International Journal of Geriatric Psychiatry, 26(9), 899–907 doi:10.1002/gps.2622
DS
Probable dementia by CSID screen
Examples
# Create dementia indicators dataset from RAM-OP survey data
# collected from Addis Ababa, Ethiopia
create_op_dementia(testSVY)
#> # A tibble: 192 × 4
#> psu sex1 sex2 DS
#> <int> <dbl> <dbl> <dbl>
#> 1 201 0 1 0
#> 2 201 1 0 0
#> 3 201 1 0 0
#> 4 201 0 1 1
#> 5 201 0 1 0
#> 6 201 1 0 0
#> 7 201 1 0 0
#> 8 201 0 1 0
#> 9 201 1 0 0
#> 10 201 0 1 0
#> # ℹ 182 more rows