nephro.gfr_category | R Documentation |
Calculate eGFR categories
nephro.gfr_category(gfr)
gfr |
Numeric vector. eGFR, expressed in "ml/min/1.73m2". |
Calculate eGFR categories (G1, G2, G3a, G3b, G4, G5) based on eGFR values.
Citation: Bikbov B. kidney.epi: Kidney-Related Functions for Clinical and Epidemiological Research. Scientific-Tools.Org, https://Scientific-Tools.Org. DOI: 10.32614/CRAN.package.kidney.epi
string gfr category.
Programming: Boris Bikbov https://www.linkedin.com/in/boris-bikbov.
# for a single patient
nephro.gfr_category (gfr = 25)
# for a dataset - see vignettes for details
# nephro.gfr_category (gfr = dta$egfr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.