Learn R Programming

dprep (version 2.1)

diabetes: The Pima Indian Diabetes dataset

Description

This is the Pima Indian diabetes dataset from the UCI Machine Learning Repository.

Usage

data(diabetes)

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
#---Feature selection using SFS with the LDA classifier--
data(diabetes)
sfs(diabetes,"lda",repet=4)

Run the code above in your browser using DataLab