| colonTP {TP.idm} | R Documentation |
Chemotherapy for Stage B/C colon cancer
Description
These are data from one of the first successful trials of adjuvant chemotherapy for colon cancer. Levamisole is a low-toxicity compound previously used to treat worm infestations in animals; 5-FU is a moderately toxic (as these things go) chemotherapy agent. This data frame reproduces the information in the colon object of the package survival, organized in a slightly different way (only one row is used for each individual).
Usage
data("colonTP")
Format
A data frame with 929 observations on the following 15 variables.
time1Disease free survival time (time to recurrence, death, or censoring, whichever occurs first).
event1Disease free survival indicator (1=dead or relapsed, 0=alive disease free).
StimeTime to death or censoring.
eventDeath indicator (1=dead, 0=alive).
rxTreatment -
Obs(ervation),Lev(amisole),Lev(amisole)+5-FU.sex1=male.
ageAge in years.
obstructObstruction of colon by tumour.
perforPerforation of colon.
adhereAdherence to nearby organs.
nodesNumber of lymph nodes with detectable cancer.
differDifferentiation of tumour (1=well, 2=moderate, 3=poor).
extentExtent of local spread (1=submucosa, 2=muscle, 3=seros, 4=contiguous structures).
surgTime from surgery to registration (0=short, 1=long).
node4More than 4 positive lymph nodes.
Note
The study is originally described in Laurie et al. (1989). The main report is found in Moertel et al. (1990). This data set is closet to that of the final report in Moertel et al. (1991). A version of the data with less follow-up time was used in the paper by Lin (1994). This data set has been used for illustration purposes in a number of papers, including Meira-Machado et al. (2015) and de Uña-Álvarez and Meira-Machado (2015).
References
de Uña-Álvarez J. and Meira-Machado L. (2015). Nonparametric estimation of transition probabilities in a non-Markov illness-death model: a comparative study. Biometrics 71, 364–375.
Laurie J. A., Moertel C. G., Fleming T. R., Wieand H. S., Leigh J. E., Rubin J., McCormack G. W., Gerstner J. B., Krook J. E. and Malliard J. (1989). Surgical adjuvant therapy of large-bowel carcinoma: An evaluation of levamisole and the combination of levamisole and fluorouracil: The North Central Cancer Treatment Group and the Mayo Clinic. Journal of Clinical Oncology 7(10), 1447–1456.
Lin D. Y. (1994). Cox regression analysis of multivariate failure time data: the marginal approach. Statistics in Medicine 13(21), 2233–2247.
Meira-Machado L., de Uña-Álvarez J. and Datta S. (2015). Nonparametric estimation of conditional transition probabilities in a non-Markov illness-death model. Computational Statistics 30, 377–397.
Moertel C. G., Fleming T. R., MacDonald J. S., Haller D. G., Laurie J. A., Goodman P. J., Ungerleider J. S., Emerson W. A., Tormey D. C., Glick J. H., Veeder M. H. and Maillard J. A. (1990). Levamisole and fluorouracil for adjuvant therapy of resected colon carcinoma. New England Journal of Medicine 322(6), 352–358.
Moertel C. G., Fleming T. R., MacDonald J. S., Haller D. G., Laurie J. A., Tangen C. M., Ungerleider J. S., Emerson W. A., Tormey D. C., Glick J. H., Veeder M. H. and Maillard J. A. (1991). Fluorouracil plus Levamisole as an effective adjuvant therapy after resection of stage II colon carcinoma: a final report. Annals of Internal Medicine 122(5), 321–326.
Examples
data(colonTP)
## maybe str(colonTP) ; plot(colonTP) ...