dataSTR | R Documentation |
Data were extracted from the DIVAT cohort. It corresponds to the relative sample constituted by second transplant recipients (STR).
data(dataSTR)
A data frame with the 6 following variables:
Tps.Evt
This numeric vector provides the post transplantation time (in days).
Evt
This vector provides the indicators of graft failure at the end of the follow-up (1 for failures and 0 for right censoring).
ageR2cl
This numeric vector provides the recipient age at transplantation (1 for older than 55 years and 0 otherwise).
sexeR
This numeric vector provides the recipient gender (1 for men and 0 for women).
ageD2cl
This numeric vector provides the donor age (1 for older than 55 years and 0 otherwise).
Tattente2cl
This numeric vector provides the waiting time in dialysis between the two consecutive transplantations (1 for more than 3 years and 0 otherwise).
Second transplant recipients (STR) constituted the relative group of interest. Recipients older than 18 years at the date of transplantation between 1996 and 2010 were selected from the French DIVAT (www.divat.fr/en) multicentric prospective cohort. Only recipients with a maintenance therapy with calcineurin inhibitors, mammalian target of rapamycin inhibitors or belatacept, in addition to mycophenolic acid and steroid were included. Simultaneous transplantations were excluded. Two explicative variables are common with the reference group: recipient age at transplantation and recipient gender. Two explicative variables are specific to STR: donor age and waiting time in dialysis between the two consecutive transplantations.
K. Trebern-Launay, M. Giral, J. Dantal and Y. Foucher. Comparison of the risk factors effects between two populations: two alternative approaches illustrated by the analysis of first and second kidney transplant recipients. BMC Med Res Methodol. 2013 Aug 6;13:102. <doi: 10.1186/1471-2288-13-102>
data(dataSTR)
# Compute a Cox PH model
summary(coxph(Surv(Tps.Evt/365.24, Evt) ~ ageR2cl + Tattente2cl, data=dataSTR))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.