bupa {dprep} | R Documentation |
The Bupa dataset
Description
The Bupa dataset
Usage
data(bupa)
Format
A data frame with 345 observations on the following 7 variables.
- V1
- mean corpuscular volume
- V2
- alkaline phosphotase
- V3
- alamine aminotransferase
- V4
- aspartate aminotransferase
- V5
- gamma-glutamyl transpeptidase
- V6
- number of half-pint equivalents of alcoholic beverages drunk per day
- V7
- The class variable (two classes)
Source
The UCI Machine Learning Database Repository at:
Examples
#---Sequential forward feature selection using the lda classifier---
data(bupa)
sfs(bupa,"lda",repet=10)
[Package
dprep version 2.0
Index]