Description Usage Arguments Value Author(s) References Examples
Performs a back-calculation to get the target therapeutic concentration (TTC) based on the administered dose.
1 | bc.ttc.fn(dr, f, cl, wtkg)
|
dr |
dr is |
f |
bioavailability |
cl |
clearance rate |
wtkg |
weight in kg average man in US (NHANES III) |
Returns the back-calculated TTC (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 | ttc <- 20; dr <- 2.26; cl <- 0.57; f <- 0.74; wtkg <- 86;
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.