This presentation shows a few slides about the "Pima Indians Diabetes" dataset out of the "mlbench" package.
Date: 04.02.2019 (DD.MM.YYYY)
- First we install the "mlbench" package and load its library
- After that we load the "PimaIndiansDiabetes2" dataset
install.packages("mlbench")
library(mlbench)
data(PimaIndiansDiabetes2)
install.packages("plotly")
library(plotly)