acs_patients_df | R Documentation |
This dataset, acs_patients_df, is a data frame containing demographic and clinical data from 857 patients with Acute Coronary Syndrome (ACS). It includes 17 variables covering patient characteristics, vital signs, laboratory results, and risk factors.
data(acs_patients_df)
A data frame with 857 observations and 17 variables:
Patient age in years (integer)
Patient sex (character)
Presence of cardiogenic shock (character)
Method of hospital entry (character)
Diagnosis (character)
Ejection fraction percentage (numeric)
Height in cm (numeric)
Weight in kg (numeric)
Body Mass Index in kg/m² (numeric)
Obesity status (character)
Total cholesterol in mg/dL (numeric)
LDL cholesterol in mg/dL (integer)
HDL cholesterol in mg/dL (integer)
Triglycerides in mg/dL (integer)
Diabetes mellitus status (character)
High blood pressure status (character)
Smoking status (character)
The dataset name has been kept as 'acs_patients_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 moonBook package version 0.3.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.