LeukemiaSurvival_df dataset

Leukemia Remission Survival Times Placebo-Controlled RCT

Leukemia Remission Survival Times Placebo-Controlled RCT

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.

Format

A data frame with 42 observations and 5 variables:

  • time: Time to remission in days (integer).
  • status: Patient status (1 for event, 0 for censored) (integer).
  • sex: Gender of the patient (numeric, 1 for male, 2 for female).
  • logWBC: Log-transformed white blood cell count (numeric).
  • rx: Treatment regimen (numeric, coded treatment type).

Source

Data taken from the autoReg package.

data(LeukemiaSurvival_df)

Details

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.

  • Maintainer: Renzo Caceres Rossi
  • License: GPL-3
  • Last published: 2024-12-10

About the dataset

  • Number of rows: 42
  • Number of columns: 5
  • Class: data.frame

Column names and types

  • time:integer
  • status:integer
  • sex:numeric
  • logWBC:numeric
  • rx:numeric