| Heart {SOPC} | R Documentation |
Heart failure
Description
Heart failure
Usage
data("Heart")
Format
A data frame with 299 observations on the following 13 variables.
agea numeric vector
anaemiaa numeric vector
creatinine_phosphokinasea numeric vector
diabetesa numeric vector
ejection_fractiona numeric vector
high_blood_pressurea numeric vector
plateletsa numeric vector
serum_creatininea numeric vector
serum_sodiuma numeric vector
sexa numeric vector
smokinga numeric vector
timea numeric vector
DEATH_EVENTa numeric vector
Details
This dataset contains the medical records of 299 patients who had heart failure, collected during their follow-up period, where each patient profile has 13 clinical features.
Source
The Heart failure data set comes from the UCI database.
References
Davide Chicco, Giuseppe Jurman. (2020). Machine learning can predict survival of patients with heart failure from serum creatinine and ejection fraction alone. BMC Medical Informatics and Decision Making.
Examples
data(Heart)
## maybe str(Heart) ; plot(Heart) ...
[Package SOPC version 0.1.0 Index]