ColonCancerChemo_df | R Documentation |
This dataset, ColonCancerChemo_df, is a data frame containing data from one of the first successful trials of adjuvant chemotherapy for stage B/C colon cancer. The dataset includes information from 1858 observations and 16 variables. Each patient has two records: one for recurrence and one for death.
data(ColonCancerChemo_df)
A data frame with 1858 observations and 16 variables:
Patient identifier (numeric).
Study identifier (numeric).
Treatment received: 1 = observation, 2 = levamisole, 3 = levamisole+5-FU (factor).
Sex of the patient: 1 = male, 2 = female (numeric).
Age of the patient (numeric).
Obstruction of the colon: 1 = yes, 0 = no (numeric).
Perforation of the colon: 1 = yes, 0 = no (numeric).
Adherence to nearby organs: 1 = yes, 0 = no (numeric).
Number of positive lymph nodes detected (numeric).
Survival status: 1 = alive, 2 = dead (numeric).
Tumor differentiation: 1 = well, 2 = moderate, 3 = poor (numeric).
Tumor extent: 1 = submucosa, 2 = muscle, 3 = serosa, 4 = contiguous structures (numeric).
Surgical intervention: 0 = short, 1 = long (numeric).
Presence of 4+ positive lymph nodes: 1 = yes, 0 = no (numeric).
Follow-up time in days (numeric).
Event type: 1 = recurrence, 2 = death (numeric).
The dataset name has been kept as 'ColonCancerChemo_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets package and assists users in identifying its specific characteristics. The suffix '_df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the survival package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.