powered by
Calculate renal clearance
pk.calc.clr(ae, auc)
The renal clearance as a number
The amount excreted in urine (as a numeric scalar or vector)
The area under the curve (as a numeric scalar or vector)
clr is sum(ae)/auc.
sum(ae)/auc
The units for the ae and auc should match such that ae/auc has units of volume/time.
ae
auc
ae/auc
pk.calc.ae(), pk.calc.fe()
pk.calc.ae()
pk.calc.fe()