ckd_epi_eq | R Documentation |
Predict GFR from serum creatinine, gender, and age.
ckd_epi_eq(scr, gender, reth, age_years, ckd_epi_race_coeff = FALSE)
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. |
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
Vector of GFR values in mL/min/1.73m^2.
Caroline Ring
ring2017identifyinghttk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.