Description Usage Arguments Details Value Examples
A vectorised function to calculate the UKELD score using SI units for bilirubin and creatinine.
1 |
INR |
numeric vector of INR |
bili |
numeric vector of bilirubin in µmol/l |
creat |
numeric vector of creatinine in µmol/l |
Na |
numeric vector of sodium in mmol/l |
units |
Units for bilirubin and creatinine ("SI" for µmol/l (default), "US" for mg/dl) |
Reference: Barber KM, Madden S, Allen J, et al. Elective liver transplant list mortality: development of a United Kingdom end-stage liver disease score. Transplantation 2011; 92(4):469-76.
numeric vector of UKELD scores
1 | ukeld(INR = 1.0, bili = 212, creat = 54, Na = 126)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.