| DataColonDukesCvsD {newTestSurvRec} | R Documentation |
Rehospitalization of patients with colorectal cancer
Description
This data contains the re-hospitalization times of patients diagnosed with stage C and patients diagnosed with stage D
Usage
data(DataColonDukesCvsD)
Format
A data frame with 537 observations on the following 10 variables
This data.frame contains the following columns
jObservation number
Idenidentification of each subject. Repeated for each recurrence
ididentification of each subject. Repeated for each recurrence
TinicioInitial time of observation just before each recurrence
timere-hospitalization o censoring gaptime
Tcalre-hospitalization o censoring calendar time
eventcensoring status. All event are 1 for each subject excepting last one that it is 0
chemoterDid patient receive chemotherapy? 1: No or 2:Yes
dukesDukes tumor stage: 2:C or 3:D
distancedistance from living place to hospital 1:
<=30 Km. or 2:>30 Km.
Details
See details on DataColonDukesABvs
Source
This data were obtained from Gonzalez, J.R. et al. (2009)
References
Martinez, C. (2009). Generalizacion de algunas pruebas clasicas de comparacion de curvas de supervivencia al caso de eventos de naturaleza recurrente. Tesis doctoral. Universidad Central de Venezuela (UCV). Caracas-Venezuela.//Gonzalez, J.R., Fernandez, E., Moreno, V. et al. Gender differences in hospital re-admission among colorectal cancer patients. Currently submited to J.C.O.
Examples
data(DataColonDukesCvsD)
XL<-data(DataColonDukesCvsD)
print(XL)