calc_maternal_bw: Calculate maternal body weight
Description
This function initializes the parameters needed in the functions
solve_fetal_pbtk by calling solve_pbtk and adding additional parameters.
Usage
calc_maternal_bw(week = 12)
Value
- BW
Maternal Body Weight, kg.
Arguments
- week
Gestational week
Details
BW <- params$pre_pregnant_BW +
params$BW_cubic_theta1 * tw +
params$BW_cubic_theta2 * tw^2 +
params$BW_cubic_theta3 * tw^3
References
kapraun2019empiricalhttk