colon | R Documentation |
Data from one of the first successful trials of adjuvant chemotherapy
for colon cancer. Contains information on patient demographics, tumor characteristics,
treatment, and survival. This dataset is part of the survival
R package.
data(colon)
A data frame with 1858 rows and 16 variables:
Numeric. Patient identifier.
Numeric. Study identifier (always 1 for this dataset).
Character. Treatment regimen: "Obs" (Observation), "Lev" (Levamisole), "Lev+5FU" (Levamisole and 5-Fluorouracil).
Numeric. Sex: 0=Female, 1=Male.
Numeric. Age in years.
Numeric. Obstruction of colon by tumor: 0=No, 1=Yes.
Numeric. Perforation of colon: 0=No, 1=Yes.
Numeric. Adherence to nearby organs: 0=No, 1=Yes.
Numeric. Number of lymph nodes with detectable cancer.
Numeric. Censoring status: 0=Alive (censored), 1=Dead or Recurrence (event).
Numeric. Differentiation of tumor: 1=Well, 2=Moderate, 3=Poor.
Numeric. Extent of local spread: 1=Submucosa, 2=Muscle, 3=Serosa, 4=Contiguous structures.
Numeric. Time from surgery to registration: 0=Short (<1 month), 1=Long (>=1 month).
Numeric. More than 4 positive lymph nodes: 0=No (<=4), 1=Yes (>4).
Numeric. Days from registration to event (death or recurrence) or censoring.
Numeric. Event type: 1=Recurrence, 2=Death.
Original source: Moertel CG et al. (1990). Levamisole and fluorouracil for adjuvant therapy of resected colon carcinoma. New England Journal of Medicine, 322, 352-358. Included in the survival
R package.
data(colon)
str(colon)
head(colon)
summary(colon$age)
table(colon$rx, colon$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.