Learn R Programming

dprep (version 3.0)

bupa: The Bupa dataset

Description

The Bupa dataset

Usage

data(bupa)

Arguments

source

The UCI Machine Learning Database Repository at:
  • ftp://ftp.ics.uci.edu/pub/machine-learning-databases
  • http://www.ics.uci.edu/~mlearn/MLRepository.html

Examples

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

Run the code above in your browser using DataLab