prevph: Prevph

Description Usage Details Note Examples

View source: R/igstrd.R

Description

Z-score prevalence calc With oedema (only for weight-for-length/height and bmi-for-age)

Usage

1
prevph(a, x, w, f)

Details

WHO Child Growth Standards Department of Nutrition for Health and Development Last modified on 07/10/2013-Developed using R version 3.0.1

Note

This code conrcerns the standard approach for the prevalences, i.e. the calculation of the prevalences takes into account all the valid (non-missing) z-scores for each of the indicators.

Examples

1
2
3
4
5
a<-c(1,1)
x<-c(1,1)
w<-c(1,1)
f<-"y"
prevph(a,x,w,f)

PBG-Ec/igstrd documentation built on May 26, 2019, 7:44 p.m.