MakeLNtoZscore02y: Z-score height for age 0 to 24 months based on WHO standards

View source: R/MakeLNtoZscore02y.R

MakeLNtoZscore02yR Documentation

Z-score height for age 0 to 24 months based on WHO standards

Description

Convert vector of age and height measurement to z-scores based on WHO standards using mu and sigma (not LMS)

Usage

MakeLNtoZscore02y(sex, age, ln)

Arguments

sex

A character 'M' or 'F' indicating the sex of the child.

age

A vector of time points of size Q.

ln

A vector of body-length readings of size Q (in cm).

Value

A vector of Z-scores of size Q.


functionaldata/tPACE documentation built on Aug. 16, 2022, 8:27 a.m.