cardiac_failure_df | R Documentation |
This dataset, cardiac_failure_df, is a data frame containing clinical data from 299 patients with heart failure. It includes 13 variables covering demographic information, medical history, laboratory results, and mortality outcomes.
data(cardiac_failure_df)
A data frame with 299 observations and 13 variables:
Patient age in years (numeric)
Presence of anaemia (integer: 0=no, 1=yes)
Level of CPK enzyme in mcg/L (integer)
Presence of diabetes (integer: 0=no, 1=yes)
Percentage of blood leaving heart (integer)
Presence of hypertension (integer: 0=no, 1=yes)
Platelet count in kiloplatelets/mL (numeric)
Level of serum creatinine in mg/dL (numeric)
Level of serum sodium in mEq/L (integer)
Patient sex (integer: 0=female, 1=male)
Smoking status (integer: 0=no, 1=yes)
Follow-up period in days (integer)
Death during follow-up (integer: 0=no, 1=yes)
The dataset name has been kept as 'cardiac_failure_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 SOPC package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.