gehan_df | R Documentation |
The dataset name has been changed to 'gehan_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_df' indicates that this dataset is a data frame, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
data(gehan_df)
A data frame with 42 observations and 4 variables:
An integer representing the patient pair identifier.
An integer indicating the time to remission (in days).
An integer indicating whether the observation was censored (1 for censored, 0 for not censored).
A factor indicating the treatment group (with 2 possible levels).
This dataset contains information on the remission times of leukaemia patients, including treatment information and whether the remission time was censored.
Data collected from clinical studies on leukaemia treatment and remission.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.