MakeHCtoZscore02y: Z-score head-circumference for age 0 to 24 months based on...

View source: R/MakeHCtoZscore02y.R

MakeHCtoZscore02yR Documentation

Z-score head-circumference 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

MakeHCtoZscore02y(sex, age, hc)

Arguments

sex

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

age

A vector of time points of size Q.

hc

A vector of head circumference readings of size Q (in cm).

Value

A vector of Z-scores of size Q.


hadjipantelis/tPACE documentation built on Aug. 16, 2022, 10:45 a.m.