digestive_cancer_survival_df | R Documentation |
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.
data(digestive_cancer_survival_df)
A data frame with 17 observations and 5 variables:
Integer values indicating survival times (in days) for patients with stomach cancer
Integer values indicating survival times (in days) for patients with bronchial cancer
Integer values indicating survival times (in days) for patients with colon cancer
Integer values indicating survival times (in days) for patients with ovarian cancer
Integer values indicating survival times (in days) for patients with breast cancer
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.
Data taken from the RbyExample package version 0.0.100.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.