LBGI {cgmquantify} | R Documentation |
This function computes the low blood glucose index
LBGI(df)
df |
Data frame read through readfile |
A numeric value representing LBGI
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
LBGI(mydata)