diabetes {dprep} | R Documentation |
This is the Pima Indian diabetes dataset from the UCI Machine Learning Repository.
data(diabetes)
A data frame with 768 observations on the following 9 variables.
Number of times pregnant
Plasma glucose concentration (glucose tolerance test)
Diastolic blood pressure (mm Hg)
Triceps skin fold thickness (mm)
2-Hour serum insulin (mu U/ml)
Body mass index (weight in kg/(height in m)\^2)
Diabetes pedigree function
Age (years)
Class variable (1:tested positive for diabetes, 0: tested negative fro diabetes)
The UCI Machine Learning Database Repository at:
#---Feature selection using SFS with the LDA classifier-- data(diabetes) sfs(diabetes,"lda",repet=1)