ckd_epi_eq: CKD-EPI equation for GFR.

View source: R/ckd_epi_eq.R

ckd_epi_eqR Documentation

CKD-EPI equation for GFR.

Description

Predict GFR from serum creatinine, gender, and age.

Usage

ckd_epi_eq(scr, gender, reth, age_years, ckd_epi_race_coeff = FALSE)

Arguments

scr

Vector of serum creatinine values in mg/dL.

gender

Vector of genders (either 'Male' or 'Female').

reth

Vector of races/ethnicities. Not used unless ckd_epi_race_coeff is TRUE.

age_years

Vector of ages in years.

ckd_epi_race_coeff

Whether to use the "race coefficient" in the CKD-EPI equation. Default is FALSE.

Details

From Levey AS, Stevens LA, Schmid CH, Zhang YL, Castro AF, Feldman HI, et al. A new equation to estimate glomerular filtration rate. Ann Intern Med 2009; 150(9):604-612. doi:10.7326/0003-4819-150-9-200905050-00006

Value

Vector of GFR values in mL/min/1.73m^2.

Author(s)

Caroline Ring

References

Ring, Caroline L., et al. "Identifying populations sensitive to environmental chemicals by simulating toxicokinetic variability." Environment International 106 (2017): 105-118


httk documentation built on March 7, 2023, 7:26 p.m.