Apply the CDC/SMART prevalence weighting approach on MUAC data
Source:R/prevalence_muac.R
apply_cdc_age_weighting.Rd
Calculate a weighted prevalence estimate of MUAC by adding the proportion of children under 2 years to twice the proportion of children over 2 and then dividing by 3.
Usage
apply_cdc_age_weighting(muac, age, .edema = NULL, status = c("sam", "mam"))
Details
This function is informed by the output of mw_stattest_ageratio()
.