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

The concentration in the sample

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


PKNCA documentation built on April 30, 2023, 1:08 a.m.