View source: R/03-calculate_fetal_growth.R
calculate_efw | R Documentation |
Calculate estimated fetal weight given abdominal circumference and head circumference
calculate_efw(ac = NULL, hc = NULL)
ac |
Abdominal circumference in centimetres. Use measurements made between 22+0 and 40+0 gestational weeks only. |
hc |
Head circumference in centimetres. Use measurements made between 22+0 and 40+0 gestational weeks only. |
Estimated fetal weight in grams.
calculate_efw(ac = 55, hc = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.