View source: R/clin_estimates.R
eGFR | R Documentation |
eGFR
computes eGFR according to different rules (see references).
eGFR(data, age_var = "age", sex_var = "sex", crea_var = NULL, cys_var = NULL)
data |
name of data set (tibble/data.frame) to analyze. |
age_var |
name of column with patient age in years, default=age. |
sex_var |
name of column with sex, assumed as female and male. |
crea_var |
name of column with creatinine in mg/dl. If not available, leave as NULL. |
cys_var |
name of column with cystatin C in mg/l. If not available, leave as NULL. |
A list with 3 elements:
eGFR_crea
eGFR_cystatin
eGFR_creatinine_cystatin
https://www.kidney.org/content/ckd-epi-creatinine-cystatin-equation-2021
https://www.kidney.org/content/ckd-epi-creatinine-equation-2021
https://www.kidney.org/content/ckd-epi-cystatin-c-equation-2012
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.