LeukemiaRemission_df | R Documentation |
This dataset, LeukemiaRemission_df, is a data frame containing data on the duration of remission for acute leukemia patients who were randomly assigned to maintenance therapy with 6-mercaptopurine (6-MP), an active antileukemic compound, or a placebo. The dataset includes the sex, white blood cell (WBC) count, time to relapse, event status, and treatment group for the patients.
data(LeukemiaRemission_df)
A data frame with 42 observations and 5 variables:
Sex of the patient (integer).
White blood cell (WBC) count (numeric).
Time to relapse (integer).
Event status (Factor with 2 levels: 1 = relapse, 0 = no relapse).
Treatment group (Factor with 2 levels: 1 = 6-MP, 0 = placebo).
The dataset name has been kept as 'LeukemiaRemission_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 R4HCR package. Kleinbaum, D.G. and Klein, M., 1996. Survival Analysis: A Self-Learning Text. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.