Description Usage Arguments Value Author(s) References Examples
Calculates a drug's target therapeutic concentration (ttc) based on its msc or cmax and mec or cmin in ng/mL, which is the same as ug/mL.
1 | ttc.fn(msc, mec)
|
msc |
maximum safe concentration or cmax |
mec |
minimum effective concentration of cmin |
Returns target therapeutic concentration (ttc).
Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>
See cpk-package help.
1 2 | msc = 50; mec = 20;
ttc <- ttc.fn(msc, mec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.