OvarianCancer_df | R Documentation |
This dataset, OvarianCancer_df, is a data frame containing survival data from a randomized trial comparing two treatments for ovarian cancer. It includes 26 observations and 6 variables related to patient demographics, treatment, and survival outcomes.
data(OvarianCancer_df)
A data frame with 26 observations and 6 variables:
Follow-up time in days (numeric).
Survival status: 1 = deceased, 0 = alive (numeric).
Age of the patient in years (numeric).
Residual disease: size of the largest residual tumor in centimeters (numeric).
Treatment group: 1 = standard treatment, 2 = experimental treatment (numeric).
ECOG performance status score: 0 = fully active, 1 = restricted activity, 2 = unable to carry out work activities (numeric).
The dataset name has been kept as 'OvarianCancer_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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.