powered by
A mixed variable dataset containing 14 variables of 297 patients for their heart disease diagnosis.
data(heart)
A data.frame including 297 rows and 14 variables:
data.frame
Age in years (numerical).
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.
Lichman, M. (2013). UCI machine learning repository.
# \donttest{ library(Path.Analysis) data(heart) # }
Run the code above in your browser using DataLab