datagvp2 {gluvarpro} | R Documentation |
clean data-set from Medtronic continuous glucose monitoring
Description
Data preprocessed from type 1 diabetic patient acquired through Medtronic 530-G with Enlite continuous glucose monitoring.
Usage
data("datagvp2")
Format
Data-set with data frame format containing three columns:
date: date of the observation with format yyyy/mm/dd.
time: time of the observation with 24 hour format hh:mm:ss.
glucose: glucose value of the observation in [mg/dl].
Details
Data-set with 36 complete days of data acquired with sampling time of 5 minutes. There are a total of 10368 observations, 10 with NA values of glucose.
Source
School of Electrical Engineering and Computer Science, Ohio University, Ohio, United States.
References
Cindy Marling and Razvan Bunescu. The OhioT1DM Dataset for Blood Glucose Level Prediction - DRAFT.
Examples
data("datagvp2")
datagvp2
[Package gluvarpro version 7.0 Index]