PreDiabetes | R Documentation |
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
Generated by Asif Laldin a.laldin@nhs.net, Jan-2022
library(dplyr) data(PreDiabetes) # Convert diabetes data to factor' diabetes_data <- PreDiabetes %>% glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.