egfr | R Documentation |
Calculate eGFR
egfr_ckdepi(creatinine, age, female, aa, label = "eGFR, mL/min/1.73m²")
egfr_mdrd(creatinine, age, female, aa, label = "eGFR, mL/min/1.73m²")
creatinine |
serum creatinine level in mg/dL |
age |
patient age |
female |
logical indicating whether patient is female |
aa |
logical indicating whether patient is African-American |
label |
label that will be applied to result,
e.g. |
numeric vector
egfr_mdrd(creatinine = 1.2, age = 60, female = TRUE, aa = TRUE)
egfr_ckdepi(creatinine = 1.2, age = 60, female = TRUE, aa = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.