View source: R/MakeHCtoZscore02y.R
MakeHCtoZscore02y | R Documentation |
Convert vector of age and height measurement to z-scores based on WHO standards using mu and sigma (not LMS)
MakeHCtoZscore02y(sex, age, hc)
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). |
A vector of Z-scores of size Q.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.