Description Usage Arguments Value Author(s) References Examples
Calculates dose rate (mg/h).
1 | dr.fn(ttc, cl, wtkg, f)
|
ttc |
target therapeutic concentration. |
cl |
clearance rate. |
wtkg |
patient's weight in kilograms. |
f |
bioavailability. |
Returns the dose rate.
Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>
See cpk-package help.
1 2 | ttc <- 32.74; cl <- 0.59; wtkg <- 86; f <- 0.74;
dr <- dr.fn(ttc, cl, wtkg, f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.