calc_egfr_cystatin | R Documentation |
Calculate eGFR based on Cystatin C measurements
calc_egfr_cystatin(
cystatin = NULL,
cystatin_unit = "mg/L",
method = c("grubb", "larsson", "hoek"),
unit_out = c("ml/min", "ml/hr", "l/min", "l/hr", "ml/min/1.73m2")
)
cystatin |
serum cystatin concentration (mg/L) |
cystatin_unit |
only |
method |
eGFR estimation method, choose from |
unit_out |
eGFR output unit, choose from |
calc_egfr_cystatin(1.0)
calc_egfr_cystatin(1.0, method = "larsson")
calc_egfr_cystatin(1.0, unit_out = "l/hr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.