SimCml {OptimalTiming} | R Documentation |
Simulated data for CML patients
Description
A dataset containing information of CML patients who have received transplant. Both states before and after transplant are included in this data set. This data set is used for illustration, so the magnitude of event times are out of clinical consideration.
Format
A data frame of 1777 rows (patients) on the following 14 variables:
- cp1
Time in months to chronic phase
- cp1.s
Indicator of the occurrence of chronic phase; 1=occur, 0=censored
- ap
Time in months to accelerated phase of CML
- ap.s
Indicator of the occurrence of accelerated phase; 1=occur, 0=censored
- cp2
Time in months to chronic phase after progression to advanced stage
- cp2.s
Indicator whether subject come back to chronic phase after progression to an advanced stage; 1=occur, 0=censored
- bc
Time in months to blast crisis phase of CML
- bc.s
Indicator of the occurrence of blast crisis phase; 1=occur, 0=censored
- sct
Time in months to receive transplant
- sct.s
Indicator whether patient receive transplant; 1=transplant, 0=no transplant
- death
Time in months to death
- death.s
Death indicator; 1=death, 0=censored
- age
0=age less than 50; 1=age larger than 50
- sex
1=female; 2=male
Examples
data(SimCml)