egfr: Calculate eGFR

egfrR Documentation

Calculate eGFR

Description

Calculate eGFR

Usage

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

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

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

ddsjoberg/bstfun documentation built on June 1, 2024, 11:46 p.m.