Description Usage Arguments Value Caveats References See Also
View source: R/renal_function.R
The Schwartz formula is used in children: \frac{36.2 \times \text{height}}{\text{creatinine}}.
1 | estimate_gfr_schwartz(creatinine, height)
|
creatinine |
Creatinine (\text{μmol} \text{l}^{-1}). |
height |
Height (cm). |
eGFR (\text{ml} \text{min}^{-1} 1.73 \text{m}^{-2}), or NA
if any parameters are NA
.
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.
units::set_units()
, units::drop_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.