Calculate dose based on a given AUC24, Cmax, and Cmin, assuming 1-compartment model
pk_1cmt_inf_dose_for_range(
target = 500,
type = "auc",
conc_range = c(10, 40),
parameters = list(),
interval = 24,
t_inf = 1,
optimize_interval = TRUE,
round_interval = TRUE
)
numeric value of target
target type, one of `auc`, `auc24`, `ctrough`, `cmin`
concentration range to stay within, vector of length 2
list of `CL` and `V`, or `KEL` and `CL`
dosing interval
infusion time
find optimal interval (to stay within `conc_range`?
round interval to nearest nominal interval?