bilirubin_to_SI {transplantr} | R Documentation |
Bilirubin unit converter (mg/dl -> µmol/l)
Description
A vectorised function to convert serum bilirubin levels from mg/dl to µmol/l
Usage
bilirubin_to_SI(bili)
Arguments
bili |
numeric vector of bilirubin levels (mg/dl) |
Value
numeric vector of bilirubin levels in µmol/l
Examples
bilirubin_to_SI(bili = 3.1)
[Package transplantr version 0.2.0 Index]