MGE {cgmquantify} | R Documentation |
This function computes the mean of glycemic excursions, glycemic excursions indicated by standard deviation, default = 1
MGE(df, sd = 1)
df |
Data frame read through readfile |
sd |
Standard deviation indicating glycemic excursion, default = 1 |
A numeric value representing MAGE
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
MGE(mydata)