This dataset, digestive_cancer_survival_df, is a data frame containing survival times (in days) of cancer patients with advanced cancer of the stomach, bronchus, colon, ovary, or breast. All patients included in this dataset received treatment that involved supplemental ascorbate.
Usage
data(digestive_cancer_survival_df)
Format
A data frame with 17 observations and 5 variables:
- stomach
Integer values indicating survival times (in days) for patients with stomach cancer
- bronchus
Integer values indicating survival times (in days) for patients with bronchial cancer
- colon
Integer values indicating survival times (in days) for patients with colon cancer
- ovary
Integer values indicating survival times (in days) for patients with ovarian cancer
- breast
Integer values indicating survival times (in days) for patients with breast cancer
Details
The dataset name has been kept as 'digestive_cancer_survival_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.