kidneytx {collett} | R Documentation |
Comparisons between kidney transplant centres
Description
Transplant survival rates by recipients of organs from deceased donors. No event was defined as being alive with a functioning graft at the last known follow-up.
Usage
kidneytx
Format
A data frame with 1439 rows and 9 variables:
patient
integer patient id
centre
integer transplant centre (1-8)
tsurv
integer transplant survival time (days)
tcens
integer event indicator (0=censored, 1=transplant failure)
dage
integer donor age (years)
dtype
integer donor type (0=deceased following brain death, 1=circulatory death)
rage
integer recipient age (years)
diab
integer diabetic status (0=absent, 1=present)
cit
double cold ischaemic time (hours)
Details
See Collett (2023). Thirty-five patients had tsurv==0 (that is, the transplanted kidney did not function).
[Package collett version 0.1.0 Index]