powered by
PreDiabetes dataset
PreDiabetes
A data frame with 3059 rows and 9 variables:
age of the patient presenting with diabetes
sex of the patient with diabetes
Index of Multiple Deprivation Decile
Body Mass Index of patient
age at pre diabetes diagnosis
average blood glucose mmol/mol
time in years between pre-diabetes and diabetes diagnosis
age at diabetes diagnosis
number of pre-diabetes related primary care appointments before diabetes diagnosis
library(dplyr) data(PreDiabetes) # Convert diabetes data to factor' diabetes_data <- PreDiabetes %>% glimpse()
Run the code above in your browser using DataLab