Description Usage Arguments Value Author(s) References Examples
Calculates the oral dose of drug to give.
1 | dpo.fn(dr, di)
|
dr |
is the dose rate in mg/h. |
di |
is the dosing interval in h. |
Returns oral dose administered in ug.
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 <- 0.86; di <- 4;
dpo <- dpo.fn(dr, di)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.