Learn R Programming

dprep (version 3.0.2)

bupa: The Bupa dataset

Description

The Bupa dataset

Usage

data(bupa)

Arguments

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)

Examples

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

Run the code above in your browser using DataLab