Skip to contents

Proportion of children aged 9 months to five years who have received measles vaccination

Usage

outcome10_1(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

Coverage of measles vaccination in children in the target age group of 9 months to 5 years of age. Measles vaccination is an essential preventive primary care intervention to protect children from measles infection.

Standard module is from UNICEF MICS6 Children under 5 module. The calculation of this module is also aligned with UNICEF MICS6.

Standard Questions
MMR01-MMR04

Numerator: Total number of children 9 months to 5 years who have received a measles containing vaccine (measles or MMR- Measles Mumps and Rubella)

Denominator: Total number of children 9 months to 5 years

Formula: *MMR03=*1 / Total number of children 9 months to 5 years

This comes from the main dataset

MICS TC.1.1 UNICEF calculates on the first dose received## Children who had et least one dose of measles vaccination

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 <- outcome10_1(datalist)
#>  MMR03 

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