| heartfailure | R Documentation |
A binary classification dataset on heart failure mortality using demographic, laboratory, and clinical covariates.
heartfailure
A data frame with 299 rows and 13 variables:
Age in years.
Anaemia indicator.
Creatinine phosphokinase level.
Diabetes indicator.
Ejection fraction percentage.
High blood pressure indicator.
Platelet count.
Serum creatinine level.
Serum sodium level.
Sex indicator.
Smoking indicator.
Follow-up time.
Death event outcome indicator (0 = no event,
1 = death).
Column names were standardized to snake_case when packaging the data.
CardioDataSets package dataset
CardioDataSets::cardiac_failure_df.
str(funcml::heartfailure)
table(funcml::heartfailure$death_event)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.