Skip to contents

Create older people indicators dataframe for dementia from survey data collected using the standard RAM-OP questionnaire.

Usage

create_op_dementia(svy)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

Value

A tibble of older people indicators on dementia

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

Author

Mark Myatt

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