Learn R Programming

httk (version 2.1.0)

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

Author

John Wambaugh

Details

BW <- params$pre_pregnant_BW + params$BW_cubic_theta1 * tw + params$BW_cubic_theta2 * tw^2 + params$BW_cubic_theta3 * tw^3

References

Kapraun, Dustin F., et al. "Empirical models for anatomical and physiological changes in a human mother and fetus during pregnancy and gestation." PloS one 14.5 (2019): e0215906.