Learn R Programming

Path.Analysis (version 0.1)

heart: Dataset 6: Heart Disease data set

Description

A mixed variable dataset containing 14 variables of 297 patients for their heart disease diagnosis.

Usage

data(heart)

Arguments

Format

A data.frame including 297 rows and 14 variables:

age

Age in years (numerical).

sex

Sex: 1 = male, 0 = female (logical).

heart.disease

a numeric vector as dependent.

biking

a numeric vector as the first independent.

smoking

a numeric vector as the 2nd independent.

References

Lichman, M. (2013). UCI machine learning repository.

Examples

Run this code
# \donttest{
library(Path.Analysis)
data(heart)
# }

Run the code above in your browser using DataLab