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