View source: R/pk_1cmt_bolus.R
pk_1cmt_bolus | R Documentation |
Concentration predictions for 1-compartmental PK model after single or multiple bolus doses
pk_1cmt_bolus(t = c(0:24), dose = 100, tau = 12, CL = 3, V = 30, ruv = NULL)
t |
vector of time |
dose |
dose |
tau |
dosing interval |
CL |
clearance |
V |
volume of distribution |
ruv |
residual error (list) |
pk_1cmt_bolus(dose = 500, tau = 12, CL = 5, V = 50)
pk_1cmt_bolus(dose = 500, tau = 12, CL = 5, V = 50, t = 24)
pk_1cmt_bolus(
dose = 500, tau = 12, CL = 5, V = 50,
ruv = list(prop = 0.1, add = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.