This dataset, pancreatic_cancer_df, is a data frame containing data from a Phase II clinical trial of patients with locally advanced or metastatic pancreatic cancer. It includes time-to-event data for disease progression and death, as well as staging information.
Usage
data(pancreatic_cancer_df)
Format
A data frame with 41 observations and 4 variables:
- stage
Factor indicating disease stage (locally advanced or metastatic)
- onstudy
Factor indicating time (in days) from enrollment
- progression
Factor indicating time (in days) to disease progression
- death
Factor indicating time (in days) to death
Details
The dataset name has been kept as 'pancreatic_cancer_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.