colon_stageBC_chemo_df | R Documentation |
This dataset, colon_stageBC_chemo_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 1858 observations (with two records per patient: one for recurrence and one for death) and 16 clinical variables.
data(colon_stageBC_chemo_df)
A data frame with 1858 observations and 16 variables:
Numeric patient identifier
Numeric study code
Factor with 3 levels indicating treatment group
Numeric gender code
Numeric age in years
Numeric obstruction status
Numeric perforation status
Numeric adhesion status
Numeric count of lymph nodes
Numeric event status
Numeric differentiation grade
Numeric tumor extent
Numeric surgery code
Numeric node4 status
Numeric follow-up time
Numeric event type
The dataset name has been kept as 'colon_stageBC_chemo_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets 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 OncoDataSets package version 0.1.0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.