wmean: wmean

Description Usage Details Note Examples

View source: R/igstrd.R

Description

Weighted mean

Usage

1
wmean(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
x<-c(1,1)
w<-c(1,1)
wmean(x,w)

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