estimate_gfr_schwartz: Estimate creatinine clearance and glomerular filtration rate...

Description Usage Arguments Value Caveats References See Also

View source: R/renal_function.R

Description

The Schwartz formula is used in children: \frac{36.2 \times \text{height}}{\text{creatinine}}.

Usage

1

Arguments

creatinine

Creatinine (\text{μmol} \text{l}^{-1}).

height

Height (cm).

Value

eGFR (\text{ml} \text{min}^{-1} 1.73 \text{m}^{-2}), or NA if any parameters are NA.

Caveats

This is the revised (2009) formula with the same factor κ for all age categories: 36.2. The returned value is based on a standardised body surface area of 1.73 m^2.

References

Schwartz, G. J. & Work, D. F. Measurement and Estimation of GFR in Children and Adolescents. CJASN 4, 1832–1843 (2009).

See Also

units::set_units(), units::drop_units()


LS31/clinicalcalculations documentation built on Nov. 20, 2020, 6:59 a.m.