View source: R/pk.calc.urine.R
pk.calc.ae | R Documentation |
Calculate amount excreted (typically in urine or feces)
pk.calc.ae(conc, volume, check = TRUE)
conc |
Measured concentrations |
volume |
The volume (or mass) of the sample |
check |
Should the concentration and volume data be checked? |
ae is sum(conc*volume)
.
The units for the concentration and volume should match such that
sum(conc*volume)
has units of mass or moles.
The amount excreted during the interval
pk.calc.clr()
, pk.calc.fe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.