Description Usage Details Note
Calculate the z-scores for the indicators: length/height-for-age, weight-for-age, weight-for-legnth/height and body mass index-for-age
1 2 3 4 5 | igstd(mydf, sex, age, age.month = F, weight = rep(NA, dim(mydf)[1]),
lenhei = rep(NA, dim(mydf)[1]), measure = rep(NA, dim(mydf)[1]),
headc = rep(NA, dim(mydf)[1]), armc = rep(NA, dim(mydf)[1]),
triskin = rep(NA, dim(mydf)[1]), subskin = rep(NA, dim(mydf)[1]),
oedema = rep("n", dim(mydf)[1]), sw = rep(1, dim(mydf)[1]))
|
WHO Child Growth Standards Department of Nutrition for Health and Development Last modified on 07/10/2013-Developed using R version 3.0.1
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.