powered by
This function computes the low blood glucose index
LBGI_HBGI(df)
Data frame read through readfile
A data frame containing both the LBGI and HBGI values
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) LBGI_HBGI(mydata) # }
Run the code above in your browser using DataLab