Calculate the excretion rate over the interval
Arguments
- ae
The amount excreted during the interval (see
pk.calc.ae())- start
The start time of the interval
- end
The end time of the interval
Details
The excretion rate is the amount recovered during the interval
divided by the duration of the interval, ae/(end - start). It uses the
interval rather than the sum of the collection durations, so a gap between
collections lowers the rate. An interval ending at infinity has no
duration to divide by and gives NA.
See also
Other Urine/Excretion parameters:
pk.calc.ae(),
pk.calc.clr(),
pk.calc.erlst(),
pk.calc.ermax(),
pk.calc.ertlst(),
pk.calc.ertmax(),
pk.calc.fe(),
pk.calc.volpk()