powered by
Calculate amount excreted (typically in urine or feces)
pk.calc.ae(conc, volume, check = TRUE)
The amount excreted during the interval
Measured concentrations
The volume (or mass) of the sample
Should the concentration and volume data be checked?
ae is sum(conc*volume).
sum(conc*volume)
The units for the concentration and volume should match such that sum(conc*volume) has units of mass or moles.
pk.calc.clr(), pk.calc.fe()
pk.calc.clr()
pk.calc.fe()