powered by
This function computes the mean of glycemic excursions, glycemic excursions indicated by standard deviation, default = 1
MGE(df, sd = 1)
Data frame read through readfile
Standard deviation indicating glycemic excursion, default = 1
A numeric value representing MAGE
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) MGE(mydata) # }
Run the code above in your browser using DataLab