View source: R/calc_maternal_bw.R
calc_maternal_bw | R Documentation |
This function initializes the parameters needed in the functions solve_fetal_pbtk by calling solve_pbtk and adding additional parameters.
calc_maternal_bw(week = 12)
week |
Gestational week |
BW <- params$pre_pregnant_BW + params$BW_cubic_theta1 * tw + params$BW_cubic_theta2 * tw^2 + params$BW_cubic_theta3 * tw^3
BW |
Maternal Body Weight, kg. |
John Wambaugh
kapraun2019empiricalhttk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.