Skip to contents

Proportion of Persons of Concern who self-report positive changes in their income compared to previous year

Usage

outcome13_2(datalist)

Arguments

datalist

A list with all hierarchical data frame for a survey data set. format is expected to match the Excel export synchronized from kobo to RILD and loaded with kobocruncher::kobo_data()

Value

new calculated variable - appended or not...

Details

This indicator measures the proportion of PoC who self-report positive changes in their income compared to previous year.

Standard Questions
INC01

Numerator: Population 18 and above who self-report increased income compared to last year

Denominator: Total population 18 and above

Formula: INC01=1

This indicator comes from main dataset based on the respondent randomly selected for individual level Only calculate as positive if they responded 'more'

Examples

## data, cf example  fct_re_map()
datalist <- kobocruncher::kobo_data( system.file("dummy_RMS_CAPI_v2_mapped.xlsx", 
                                                 package = "IndicatorCalc"))
#> Warning: Unknown or uninitialised column: `_parent_index`.
## Apply indicator function on datalist
datalist <- outcome13_2(datalist)
#>  INC01 

## Visualise value
fct_plot_indic_donut(indicator = datalist[["main"]]$outcome13_2,
                     iconunicode = "f140")