View source: R/02-calculate_sfh_gestage.R
calculate_sfh_gestage | R Documentation |
Calculate symphysis-fundal height-for-gestational age z-score and centile
calculate_sfh_gestage(gestage = NULL, sfh = 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 |
sfh |
Symphysis-fundal height measurement in centimetres up to 1 decimal place |
A list of 2 elements containing 1) symphysis-fundal height-for-gestational age z-score; and, 2) symphysis-fundal height-for-gestational age centile.
calculate_sfh_gestage(gestage = "40+1", sfh = 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.