Description Usage Arguments Value Author(s) References Examples
Calculates cmin (trough) drug concentration in ng/mL, which is the same as ug/mL.
1 | cmin.fn(cmax, ke, di)
|
cmax |
is the maximum concentration of drug (peak level). |
ke |
Drug's total elimination rate constant. |
di |
is the dosing interval in h. |
Returns cmin ug/L.
Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>
See cpk-package help.
1 2 | cmax <- 25.37; ke <- 0.1333; di <- 4;
cmin <- cmin.fn(cmax, ke, di)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.