livertx {collett} | R Documentation |
Time to death while waiting for a liver transplant
Description
Investigate the time on the liver transplantation list.
Usage
livertx
Format
A data frame with 281 rows and 7 variables:
patient
integer patient id
time
integer time on the list
status
integer event indicator (0=censored, including having a transplant, 1=died on the list)
age
integer patient age in years
gender
integer patient gender (1=male, 0=female)
bmi
double body mass index (kg/m^2)
ukeld
integer UK endstage liver disease score
Details
See Collett (2023). A higher UKELD is associated with worse disease severity.
[Package collett version 0.1.0 Index]