Description Usage Arguments Value Author(s) Examples
Calculates a drug's loading dose based on its cmax
1 | dlcmax.fn(cmax, vd)
|
cmax |
Drug's maximum concentration (cmax). |
vd |
Drug's apparent volume of distribution (vd). |
Returns the calculated loading dose
Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>
1 2 | cmax <- 18.93; vd <- 35;
dlcmax <- dlcmax.fn(cmax, vd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.