diabet | R Documentation |
This dataset contains part of the Diabetes Dataset (see References), courtesy of Dr John Schorling from the Department of Medicine, University of Virginia School of Medicine. This version contains 3 variables on 403 subjects interviewed to understand the prevalence of several cardiovascular risks factors in central Virginia for African Americans.
data("diabet")
A data frame with 403 observations on the following 3 variables.
stab.glu
a numeric vector indicating the level of stabilized glucose.
glyhb
a numeric vector indicating the level of glycosolated hemoglobin.
age
age in years of the participants.
diab
a numeric vector indicating whether the subject is diagnosed as diabetic (value = 1) or not (value = 0).
The diab variable is not present in the original dataset. Here, values of glycosolated hemoglobin > 7.0 were taken as a positive diagnosis of diabetes (diab = 1) and those of glycosolated hemoglobin <= 7.0 as a negative diagnosis (diab = 0).
Full dataset can be downloaded at https://hbiostat.org/data.
Willems JP, Saunders JT, Hunt DE, Schorling JB. Prevalence of coronary heart disease risk factors among rural blacks: a community-based study. South Med J. 1997 Aug;90(8):814-20. PMID: 9258308.
data(diabet)
summary(diabet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.