| aortaDiss_tbl_df | R Documentation |
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.
data(aortaDiss_tbl_df)
A tibble with 226 observations and 10 variables:
Patient gender (numeric)
Patient age in years (numeric)
Categorized age (numeric)
Aortic dissection status (numeric)
Acute presentation indicator (numeric)
Three-level acute presentation classification (numeric)
Presence of stomach ache (numeric)
Hypertension status (numeric)
Smoking status (numeric)
Radiation exposure (numeric)
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.
Data taken from the psfmi package version 1.4.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.