LBGI_HBGI {cgmquantify}R Documentation

Compute Low Blood Glucose Index

Description

This function computes the low blood glucose index

Usage

LBGI_HBGI(df)

Arguments

df

Data frame read through readfile

Value

A data frame containing both the LBGI and HBGI values

Examples

mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
LBGI_HBGI(mydata)

[Package cgmquantify version 0.1.0 Index]