Skip to contents

This dataset, aortaDiss_tbl_df, is a tibble containing clinical information from 226 patients with aortic dissection. It includes demographic variables, symptom presentation, and risk factor data.

Usage

data(aortaDiss_tbl_df)

Format

A tibble with 226 observations and 10 variables:

Gender

Patient gender (numeric)

Age

Patient age in years (numeric)

Age_C

Categorized age (numeric)

Aortadis

Aortic dissection status (numeric)

Acute

Acute presentation indicator (numeric)

Acute3

Three-level acute presentation classification (numeric)

Stomach_Ache

Presence of stomach ache (numeric)

Hyper

Hypertension status (numeric)

Smoking

Smoking status (numeric)

Radiation

Radiation exposure (numeric)

Source

Data taken from the psfmi package version 1.4.0

Details

The dataset name has been kept as 'aortaDiss_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.