Description Usage Arguments Value Author(s) References Examples
Calculates a drug's dosing interval.
1 | di.fn(msc, mec, ke)
|
msc |
Drug's maximum safe concentration or Cmax (peak) concentration. |
mec |
Drug's minimum effective concentration or Cmin (trough) concentration. |
ke |
Drug's total elimination rate constant. |
Returns the dosing interval (h).
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; ke <- 0.2078;
di <- di.fn(msc, mec, ke)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.