Calculate elimination rate when given two TDM samples
calc_kel_double_tdm(
dose = 1000,
t = c(2, 11.5),
dv = c(30, 10),
tau = 12,
t_inf = 1,
V = NULL,
steady_state = TRUE,
return_parameters = FALSE
)
dose amount
time or time after dose, vector of size 2
observed value, vector of size 2
dosing interval
infusion time
if specified, use that (empiric) value and don't estimate from data. Default `NULL`.
samples taken at steady state? Only influences AUCtau.
return all parameters instead of only kel?
calc_kel_double_tdm(dose = 1000, t = c(3, 18), dv = c(30, 10))
Run the code above in your browser using DataLab