schwartz_US: eGFR by bedside Schwartz formula (US units)

Description Usage Arguments Details Value Examples

View source: R/egfr.R

Description

A wrapper function for the schwartz() vectorised formula to calculate estimate glomerular filtration rate in children using the bedside Schwartz formula, using serum creatinine in mg/dl. Use the schwartz() function instead for µmol/l.

Usage

1

Arguments

creat

numeric vector of creatinine levels in µmol/l (or mg/dl if units = "US")

height

numeric vector of heights in cm

Details

Reference: Schwartz GJ, Munoz A, Schneider MF et al. New equations to estimate GFR in children with CKD. J Am Soc Nephrol 2009; 20(3):629-637.

Value

numeric vector of eGFR values

Examples

1
2
# calculate using creatinine in -mg/dl
schwartz_US(creat = 0.7, height = 101)

transplantr documentation built on Feb. 28, 2020, 5:07 p.m.