MGN {cgmquantify} | R Documentation |
Compute Mean of Normal Glucose
Description
This function computes the mean of normal glucose, glycemic excursions indicated by standard deviation, default = 1
Usage
MGN(df)
Arguments
df |
Data frame read through readfile |
Value
A numeric value representing MGN
Examples
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
MGN(mydata)
[Package cgmquantify version 0.1.0 Index]