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 'mg/L' available |
method |
eGFR estimation method, choose from 'grubb', 'larsson', 'hoek' |
unit_out |
eGFR output unit, choose from 'ml/min', 'ml/hr', 'l/min', 'l/hr' |
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.