WBreastCancer_tbl_df | R Documentation |
This dataset, WBreastCancer_tbl_df, is a tibble containing data from a study among women with breast cancer. The dataset includes clinical and demographic variables for 1207 patients, providing valuable insights for breast cancer research and analysis.
data(WBreastCancer_tbl_df)
A tibble with 1207 observations and 9 variables:
Unique identifier for each patient (numeric).
Time to the event or censoring (numeric).
Event status: 1 if the event occurred, 0 if censored (numeric).
Estrogen receptor status (numeric).
Age of the patient at the time of diagnosis (numeric).
Histological grade of the tumor (numeric).
Presence of lymph nodes: 1 if positive, 0 if negative (numeric).
Pathological stage of the disease (numeric).
Progesterone receptor status (numeric).
The dataset name has been kept as 'WBreastCancer_tbl_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 original content has not been modified in any way.
Data taken from the psfmi package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.