View source: R/04-calculate_gest_weight.R
calculate_gwg_gestage | R Documentation |
Calculate gestational weight gain-for-gestational age z-score and centile
calculate_gwg_gestage(gestage = NULL, baseline = NULL, current = NULL)
gestage |
Gestational age. Gestational age can be provided as a string with a format of weeks+days or as numeric of exact weeks in decimal format |
baseline |
Baseline weight in kilograms (up to 2 decimal places) in the first trimester of pregnancy (less than 14 weeks gestational age) |
current |
Weight at current visit in kilograms (up to 2 decimal places) |
A list of 3 elements containing 1) gestational weight gain in kilograms; 2) gestational weight gain-for-gestational age z-score; and, 3) gestational weight gain-for-gestational age centile.
calculate_gwg_gestage(gestage = "32+0", baseline = 60, current = 69.52)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.