gastric_cancer_trial_df | R Documentation |
This dataset, gastric_cancer_trial_df, is a data frame containing data from a randomized clinical trial conducted by the Gastrointestinal Tumor Study Group on patients with gastric cancer. It includes survival time, event occurrence, and group assignment.
data(gastric_cancer_trial_df)
A data frame with 90 observations and 3 variables:
Numeric vector representing survival time
Numeric vector indicating event occurrence (e.g., death or relapse)
Factor with 2 levels representing treatment groups
The dataset name has been kept as 'gastric_cancer_trial_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 package coin version 1.4-3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.