Description Usage Arguments Details Value Author(s) References See Also Examples
Computes estimated creatinine clearance using the Cockroft-Gault formula.
1 |
... |
Ignored. This forces all parameters to be named, which is safer. |
scr.mg.dL |
Numeric. Serum creatinine in mg/dL. |
weight.kg |
Numeric. Body weight in kilograms. |
age.yr |
Numeric. Age in years. |
is.female |
Logical. TRUE for females, FALSE for males. |
scr.umol.L |
Numeric. Alternative specification of serum creatinine in umol/L. |
scr.conversion.factor |
Numeric. A factor for converting serum creatinine from umol/L to mg/dL. |
All arguments can be vectors.
A numeric vector containing the estimated creatinine clearance in mL/min.
Ben Rich <benjamin.rich@certara.com>
http://en.wikipedia.org/wiki/Creatinine_clearance
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.