calc.zlen: calc.zlen

Description Usage Details Note Examples

View source: R/igstrd.R

Description

Function for calculating individual Length-for-age z-scores

Usage

1
calc.zlen(mat, lenanthro)

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
data("igrowupstd_AnXprs")
mat<-data.frame(age.days=c(1854,1854),sex=c(1,2),clenhei=c(110.4611,109.6604))
calc.zlen(mat,lenanthro)

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