HBGI {cgmquantify}R Documentation

Compute High Blood Glucose Index

Description

This function computes the high blood glucose index

Usage

HBGI(df)

Arguments

df

Data frame read through readfile

Value

A numeric value representing HBGI

Examples

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

[Package cgmquantify version 0.1.0 Index]