heart_transplant_tbl_df | R Documentation |
The dataset name has been changed to 'heart_transplant_tbl_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 '_tbl_df' indicates that this dataset is a tibble, 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(heart_transplant_tbl_df)
A tibble with 103 observations and 8 variables:
An integer identifier for each patient.
The year the patient was accepted for transplantation.
The age of the patient at the time of transplantation.
A factor indicating whether the patient survived post-transplant (e.g., yes or no).
The time (in months) the patient survived after the transplant.
A factor indicating whether the patient had prior heart conditions (e.g., yes or no).
A factor indicating the type of transplant (e.g., heart only, heart-lung).
The wait time (in days) for the transplant.
This dataset contains information on heart transplant patients, including demographics, survival outcomes, and wait times.
Data collected from heart transplant records to study patient outcomes and factors influencing survival.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.