heart.data {glmpath} | R Documentation |
South African Heart Disease dataset used to test glmpath
algorithm
data(heart.data)
A dataset with 462 observations on 9 variables and a binary response.
Hastie, T., Tibshirani, R., and Friedman, J. (2001) Elements of Statistical Learning; Data Mining, Inference, and Prediction Springer-Verlag, New York.
data(heart.data) attach(heart.data) fit <- glmpath(x, y, family=binomial) detach(heart.data)