View source: R/pk.calc.urine.R
pk.calc.fe | R Documentation |
Calculate fraction excreted (typically in urine or feces)
pk.calc.fe(ae, dose)
ae |
The amount excreted (as a numeric scalar or vector) |
dose |
The dose (as a numeric scalar or vector) |
fe is sum(ae)/dose
The units for ae
and dose
should be the same so that ae/dose
is a unitless fraction.
The fraction of dose excreted
pk.calc.ae()
, pk.calc.clr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.