MaleMiceCancer_df | R Documentation |
This dataset, MaleMiceCancer_df, is a data frame containing data on the occurrence of cancer in male mice. The dataset records the number of days until the occurrence of cancer under different treatment conditions. It includes 181 observations and 4 variables.
data(MaleMiceCancer_df)
A data frame with 181 observations and 4 variables:
Treatment group: 1 = treatment, 2 = control (factor).
Number of days until the occurrence of cancer (numeric).
Cancer outcome: levels include 'none', 'localized', 'metastatic', and 'other' (factor).
Mouse identifier (integer).
The dataset name has been kept as 'MaleMiceCancer_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.