MGN: Compute Mean of Normal Glucose

Description Usage Arguments Value Examples

View source: R/MAGE.R

Description

This function computes the mean of normal glucose, glycemic excursions indicated by standard deviation, default = 1

Usage

1

Arguments

df

Data frame read through readfile

Value

A numeric value representing MGN

Examples

1
2
3
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
MGN(mydata)

cgmquantify documentation built on Feb. 5, 2021, 9:06 a.m.