egfr_mayo: Estimated GFR Using the Mayo Formula

Description Usage Arguments Details Author(s) References Examples

Description

Computes estimated glomerular filtration rate (GFR) using the Mayo Clinic quadratic formula.

Usage

1
egfr_mayo(..., scr.mg.dL, age.yr, is.female, scr.umol.L, scr.conversion.factor = 88.4)

Arguments

...

Ignored. This forces all parameters to be named, which is safer.

scr.mg.dL

Numeric. Serum creatinine in mg/dL.

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.

Details

All arguments can be vectors.

Author(s)

Ryan Kyle, ryan.kyle@mail.mcgill.ca

References

http://en.wikipedia.org/wiki/Creatinine_clearance

Examples

1
2
3
4
5
# With serum creatinine in mg/dL
egfr_mayo(scr.mg.dL=0.9, age.yr=53, is.female=FALSE)

# With serum creatinine in umol/L
egfr_mayo(scr.umol.L=0.9*88.4, age.yr=53, is.female=FALSE)

rpkyle/cscmisc documentation built on May 13, 2019, 12:06 p.m.