Learn R Programming

CardioDataSets (version 0.1.0)

heartTransplantTime_tbl_df: Artificial Heart Transplant Durations

Description

This dataset, heartTransplantTime_tbl_df, is a tibble containing the durations (in hours) of 15 artificial heart transplant operations.

Usage

data(heartTransplantTime_tbl_df)

Arguments

Format

A tibble with 15 observations and 1 variable:

duration

Operation duration in hours (numeric)

Details

The dataset name has been kept as 'heartTransplantTime_tbl_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 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.