LBGI_HBGI {cgmquantify} | R Documentation |
This function computes the low blood glucose index
LBGI_HBGI(df)
df |
Data frame read through readfile |
A data frame containing both the LBGI and HBGI values
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
LBGI_HBGI(mydata)