View source: R/MakeLNtoZscore02y.R
MakeLNtoZscore02y | R Documentation |
Convert vector of age and height measurement to z-scores based on WHO standards using mu and sigma (not LMS)
MakeLNtoZscore02y(sex, age, ln)
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). |
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.