Description Usage Arguments Value Author(s) References Examples
Calculates drug's maintenance dose.
1 | dm.fn(dr, di)
|
dr |
is the dose rate. |
di |
is the dosing interval, which can be either computed or assigned (e.g., di <- 4) |
Returns the maintenance dose.
Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>
See cpk-package help.
1 2 | dr <- 1.42; di <- 4;
dm <- dm.fn(dr, di)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.