heartfailure_df | R Documentation |
This dataset, heartfailure_df, is a data frame containing simulated data from 800 patients with heart failure who are at risk of recurrent hospitalization. The dataset includes 3,068 observations (2,268 events) tracking patient outcomes over time.
data(heartfailure_df)
A data frame with 3,068 observations and 6 variables:
Patient identification number (integer vector)
Treatment assignment (factor with 2 levels)
Start time of observation period (numeric vector)
End time of observation period (numeric vector)
Event number (numeric vector)
Event indicator (numeric vector)
The dataset name has been kept as 'heartfailure_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.
Data taken from the survPen package version 2.0-2. Based on hfaction_cpx12 dataset from package WA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.