dose2auc | R Documentation |
Convert dose to expected AUCinf or AUCt for 1 compartment linear PK model
dose2auc(dose, CL, V, t_auc = NULL)
dose |
dose amount |
CL |
Clearance |
V |
Volume of distribution |
t_auc |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.