calc_maternal_bw: Calculate maternal body weight

View source: R/calc_maternal_bw.R

calc_maternal_bwR Documentation

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)

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

Value

BW

Maternal Body Weight, kg.

Author(s)

John Wambaugh

References

\insertRef

kapraun2019empiricalhttk


httk documentation built on June 22, 2024, 6:48 p.m.