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.
data(pancreatic_cancer_df)A data frame with 41 observations and 4 variables:
Factor indicating disease stage (locally advanced or metastatic)
Factor indicating time (in days) from enrollment
Factor indicating time (in days) to disease progression
Factor indicating time (in days) to death
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.