bupa {dprep} | R Documentation |
The Bupa dataset
data(bupa)
A data frame with 345 observations on the following 7 variables.
mean corpuscular volume
alkaline phosphotase
alamine aminotransferase
aspartate aminotransferase
gamma-glutamyl transpeptidase
number of half-pint equivalents of alcoholic beverages drunk per day
The class variable (two classes)
The UCI Machine Learning Database Repository at:
## Not run: #---Sequential forward feature selection using the lda classifier--- data(bupa) sfs(bupa,"lda",repet=10) ## End(Not run)