expwt | R Documentation |
Calculate expected weight in under-5 children. Expected weight is defined as that weight which would result in a weight-for-age z-score of 0 based on age and sex.
expwt(data, units = c("months", "years", "weeks"))
data |
A data frame or data frame extension with AGE and SEX columns. |
units |
Units for age. Default is "months". |
A tibble::tibble()
with an appended column, EXPWT, containing the expected
weight,
Sandy Floren
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.