egfr: Calculate eGFR

Description Usage Arguments Value Examples

Description

Calculate eGFR

Usage

1
egfr_mdrd(creatinine, age, female, aa, label = "eGFR, mL/min/1.73m²")

Arguments

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. attr("label", 'eGFR, mL/min/1.73m\U00B2')

Value

numeric vector

Examples

1
egfr_mdrd(creatinine = 1.2, age = 60, female = TRUE, aa = TRUE)

ddsjoberg/hotfun documentation built on Dec. 12, 2021, 3:41 a.m.