Heart {LFM}R Documentation

Heart

Description

This dataset contains information about heart disease diagnosis, including various clinical attributes and the presence of heart disease in patients. The dataset is commonly used for classification tasks to predict the presence of heart disease.

Usage

data(Heart)

Format

A data frame with multiple rows and 14 columns representing different features related to heart disease diagnosis.

Examples

# Load the dataset
data(Heart)

# Print the first few rows of the dataset
print(head(Heart))

[Package LFM version 0.3.1 Index]