View source: R/calculate_birth_z.R
calculate_birth_z | R Documentation |
Calculate birth weight SDS relative to Dutch references
calculate_birth_z(y, sex, ga, yname = "wgt", dec = 3)
y |
Birth weight (grammes) or birth length (cm). May be a vector. Converted to numeric. |
sex |
Character, either |
ga |
Gestational age, completed week (Integer or character) |
yname |
Either |
dec |
Number of decimals for rounding |
Numeric vector of `length(bw)` elements with standard deviation scores relative to Dutch birth weight references
Stef van Buuren, 2019
calculate_birth_z(c(2500, 3000), sex = "M", ga = 36)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.