The diabetes dataset

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)

Influence of BMI on diabetes

  • We can see that the BMI has an influence whether you have a risk for diabetes or not

Influence of blood pressure and BMI on diabetes

  • We can also see that blood pressure is slidely correlated to BMI and has also an influence on the risk to have diabetes

Go sports!!

  • Do something for a longer and healthier life
  • Do sport on regular basis!!