pk.calc.ae: Calculate amount excreted (typically in urine or feces)

View source: R/pk.calc.urine.R

pk.calc.aeR Documentation

Calculate amount excreted (typically in urine or feces)

Description

Calculate amount excreted (typically in urine or feces)

Usage

pk.calc.ae(conc, volume, check = TRUE)

Arguments

conc

Measured concentrations

volume

The volume (or mass) of the sample

check

Should the concentration and volume data be checked?

Details

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.

Value

The amount excreted during the interval

See Also

pk.calc.clr(), pk.calc.fe()


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.