This dataset, Mouse_df, provides data from mouse cancer trials used in studies by Royston and Altman. The dataset includes 181 observations and 4 variables, covering information on treatment assignment, survival time, outcome, and mouse identifiers. Some observations contain missing values.
Usage
data(Mouse_df)Format
A data frame with 181 observations and 4 variables:
- trt
Treatment group (factor)
- days
Survival time in days (numeric)
- outcome
Trial outcome (factor)
- id
Mouse identifier (integer)
Details
The dataset name has been kept as 'Mouse_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality 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.
