Skip to contents

Proportion of Persons of Concern with access to a safe household toilet

Usage

outcome12_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 persons of concerns with access to at least basic sanitation services -- toilets -- that are not shared with other households. A toilet is defined as a basic sanitation facility. This indicator is linked to SGD indicator 6.2.1. The standard module is taken from UNICEF MICS6 main household questionnaire. Calculation of the indicator is based on MICS6 analysis tools.

Standard Questions
TOI01-TOI05

Numerator: Total population with access to sanitation facility at their household

Denominator: Total population

Formula: TOI01=1,2,3,4,5,6,7,9 & (TOI02 =1 & TOI03=1,2,3,4) & TOI05=1 This comes from the main dataset MICS calculation WS3.1/WS3.4

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 <- outcome12_2(datalist)
#>  TOI01 
#>  TOI02 
#>  TOI03 not found in the dataset.
#>  TOI04 not found in the dataset.
#>  TOI05 not found in the dataset.
#> There are missing data requirement to calculate Indicator Outcome 12.2

## Visualise value
fct_plot_indic_donut(indicator = datalist[["main"]]$outcome12_2,
                     iconunicode = "f140")   
#> Warning: Unknown or uninitialised column: `outcome12_2`.
#> No value was supplied for plotting...