RotterdamBreastCancer_df | R Documentation |
This dataset, RotterdamBreastCancer_df, is a data frame containing data on 2982 patients with primary breast cancer. The data was collected as part of the Rotterdam tumor bank and was used in Royston and Altman (2013) for survival analysis and prognostic model evaluation.
data(RotterdamBreastCancer_df)
A data frame with 2982 observations and 15 variables:
Patient ID (integer).
Year of diagnosis (integer).
Age at diagnosis in years (integer).
Menopausal status: 1 = premenopausal, 2 = postmenopausal (integer).
Tumor size categorized into three levels (factor).
Tumor grade: 1 = low, 2 = intermediate, 3 = high (integer).
Number of lymph nodes involved (integer).
Progesterone receptor status (integer).
Estrogen receptor status (integer).
Hormonal therapy: 1 = yes, 0 = no (integer).
Chemotherapy: 1 = yes, 0 = no (integer).
Time to recurrence in days (numeric).
Recurrence status: 1 = recurrence, 0 = no recurrence (integer).
Time to death in days (numeric).
Death status: 1 = deceased, 0 = alive (integer).
The dataset name has been kept as 'RotterdamBreastCancer_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets 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 survival package. Based on records from the Rotterdam tumor bank and used in Royston and Altman (2013) for survival analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.