powered by
Convert dose to expected AUCinf or AUCt for 1 compartment linear PK model
dose2auc(dose, CL, V, t_auc = NULL)
dose amount
Clearance
Volume of distribution
if AUC_t is desired, `t_auc` specifies time until which AUC_t is calculated
dose2auc(dose = 1000, CL = 5, V = 50) dose2auc(dose = 1000, CL = 5, V = 50, t_auc = c(12, 24, 48, 72))
Run the code above in your browser using DataLab