View source: R/pk.calc.urine.R
| pk.calc.clr | R Documentation |
Calculate renal clearance
pk.calc.clr(ae, auc)
ae |
The amount excreted in urine (as a numeric scalar or vector) |
auc |
The area under the curve (as a numeric scalar or vector) |
clr is sum(ae)/auc.
The units for the ae and auc should match such that ae/auc has
units of volume/time.
The renal clearance as a number
pk.calc.ae(), pk.calc.fe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.