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

## Not run: #---Sequential forward feature selection using the lda classifier---
data(bupa)
sfs(bupa,"lda",repet=10)

## End(Not run)

[Package dprep version 3.1.1 Index]