pk.calc.fe: Calculate fraction excreted (typically in urine or feces)

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

pk.calc.feR Documentation

Calculate fraction excreted (typically in urine or feces)

Description

Calculate fraction excreted (typically in urine or feces)

Usage

pk.calc.fe(ae, dose)

Arguments

ae

The amount excreted (as a numeric scalar or vector)

dose

The dose (as a numeric scalar or vector)

Details

fe is sum(ae)/dose

The units for ae and dose should be the same so that ae/dose is a unitless fraction.

Value

The fraction of dose excreted

See Also

pk.calc.ae(), pk.calc.clr()


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