View source: R/pk_2cmt_bolus_cmin_ss.R
pk_2cmt_bolus_cmin_ss | R Documentation |
Cmin (trough) for 2-compartmental PK model, bolus dosing at steady state
pk_2cmt_bolus_cmin_ss(
dose = 100,
tau = 12,
CL = 3,
V = 30,
Q = 2,
V2 = 20,
ruv = NULL
)
dose |
dose |
tau |
dosing interval |
CL |
clearance |
V |
volume of central compartment |
Q |
inter-compartimental clearance |
V2 |
volume of peripheral compartment |
ruv |
residual error (list) |
pk_2cmt_bolus_cmin_ss(dose = 1000, tau = 12, CL = 5, V = 50, Q = 20, V2 = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.