A vectorised function to convert serum creatinine levels from mg/dl to µmol/l
creatinine_to_SI(creat)
Arguments
| creat |
numeric vector of creatinine levels (mg/dl) |
Value
numeric vector of creatinine levels in µmol/l
Examples
creatinine_to_SI(creat = 2.0)
#> [1] 176.8