egfr provides a vectorised set of equations for estimating glomerular filtration rate (eGFR) and creatinine clearance from serum creatinine, cystatin C, or both. This vignette shows the most common workflows.
These equations are screening tools and are not a substitute for measured GFR or clinical judgement.
The CKD-EPI 2021 creatinine equation is the recommended race-free default for adults:
Every argument is vectorised, so you can score a whole cohort in one call:
Creatinine defaults to mg/dL. Pass
creatinine_units = "umol/l" to supply SI units instead:
You can also convert explicitly:
If you have cystatin C, or both biomarkers, use the matching function:
Classify an eGFR value into a KDIGO GFR category:
Most equations return values normalised to 1.73 m^2. To obtain an absolute (de-indexed) GFR, compute the body surface area and adjust:
See the function reference for the full list of adult, paediatric, and neonatal equations and helpers.