prevnh.L: Prevnh.L

Description Usage Details Note Examples

View source: R/igstrd.R

Description

Prevalence calculation for the lower bound and corresponding 95

Usage

1
prevnh.L(a, x, w)

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
a<-c(1,1)
x<-c(1,1)
w<-c(1,1)
prevnh.L(a,x,w)

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