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