| heartdisease | R Documentation |
A binary classification dataset on heart disease status using demographic and clinical risk factors.
heartdisease
A data frame with 303 rows and 9 variables:
Age in years.
Recorded sex.
Chest pain type.
Resting blood pressure.
Serum cholesterol measurement.
High fasting blood sugar indicator.
Maximum heart rate achieved.
Exercise-induced angina indicator.
Heart disease outcome ("Yes" or "No").
Column names were standardized to snake_case when packaging the data.
CardioDataSets package dataset
CardioDataSets::heartdisease_tbl_df.
str(funcml::heartdisease)
table(funcml::heartdisease$heart_disease)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.