Description Usage Format Details Source
Insulin Dependent Diabetes Mellitus (IDDM) data for the AAAI Spring Symposium (1994).
1 |
diabetes
is a tbl data frame with 30264 observations on 5 variables.
Diabetes patient records were obtained from two sources: an automatic electronic recording device and paper records. The automatic device had an internal clock to timestamp events, whereas the paper records only provided "logical time" slots (breakfast, lunch, dinner, bedtime). For paper records, fixed times were assigned to breakfast (08:00), lunch (12:00), dinner (18:00), and bedtime (22:00). Thus paper records have fictitious uniform recording times whereas electronic records have more realistic time stamps.
Data has five variables:
patient
id (character), this correspond to a single file on original data
date
in MM-DD-YYYY format (factor)
time
in XX:YY format (factor)
code
indicates a task, according to the following list (integer)
33 = Regular insulin dose
34 = NPH insulin dose
35 = UltraLente insulin dose
48 = Unspecified blood glucose measurement
57 = Unspecified blood glucose measurement
58 = Pre-breakfast blood glucose measurement
59 = Post-breakfast blood glucose measurement
60 = Pre-lunch blood glucose measurement
61 = Post-lunch blood glucose measurement
62 = Pre-supper blood glucose measurement
63 = Post-supper blood glucose measurement
64 = Pre-snack blood glucose measurement
65 = Hypoglycemic symptoms
66 = Typical meal ingestion
67 = More-than-usual meal ingestion
68 = Less-than-usual meal ingestion
69 = Typical exercise activity
70 = More-than-usual exercise activity
71 = Less-than-usual exercise activity
72 = Unspecified special event
value
insuline value (character)
This dataset is publicly available at UCI Machine Learning repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.