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