Skip to contents

Proportion of children who participate in community-based child protection programmes

Usage

outcome5_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

The indicator is defined as the the proportion of children who participate in community-based child protection programmes. The module for this question comes from UNHCR Core indicator metadata.

Children' participation in community-based recreational and child protection activities is a key mechanism for the protection of children by providing children with a protected environment in which they can participate in organized activities to play, socialize, learn, and express themselves, promoting their psycho-social well-being and reducing the risk of abuse, violence or exploitation.

Standard Questions
COMM01-COMM04

Numerator: Total number of children between 4-17 years who participate in community-based recreational and child protection programmes

Denominator: Total [number of children between 4-17 years

Formula: ( COMM01=1 & COMM02 \>=2 \| & COMM03=1 & COMM04=1) / Total number of children 4-17 years This indicator comes from the individual level dataset

Children who participate in community-based programmes at least 2 times, under adult supervision in a physically safe area

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 <- outcome5_2(datalist  )
#>  COMM01 
#>  COMM02 
#>  COMM03 
#>  COMM04 

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