View source: R/03-calculate_fetal_growth.R
calculate_hc_gestage | R Documentation |
Calculate head circumference for gestational age centiles and z-scores
calculate_hc_gestage(gestage = NULL, hc = 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 |
hc |
Head circumference in millimetres |
A list of 2 elements containing 1) head circumference-for-gestational age z-score; and, 2) head circumference-for-gestational age centile.
calculate_hc_gestage(gestage = "78+0", hc = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.