LeukemiaSurvival_df | R Documentation |
This dataset, LeukemiaSurvival_df, is a data frame containing remission survival times of 42 leukemia patients enrolled in a placebo-controlled randomized controlled trial (RCT). The dataset includes information on the time to remission, patient status, sex, white blood cell count (log-transformed), and treatment regimen.
data(LeukemiaSurvival_df)
A data frame with 42 observations and 5 variables:
Time to remission in days (integer).
Patient status (1 for event, 0 for censored) (integer).
Gender of the patient (numeric, 1 for male, 2 for female).
Log-transformed white blood cell count (numeric).
Treatment regimen (numeric, coded treatment type).
The dataset name has been kept as 'LeukemiaSurvival_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 autoReg package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.