Learn R Programming

cgmquantify (version 0.1.0)

LBGI: Compute Low Blood Glucose Index

Description

This function computes the low blood glucose index

Usage

LBGI(df)

Arguments

df

Data frame read through readfile

Value

A numeric value representing LBGI

Examples

Run this code
# NOT RUN {
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
LBGI(mydata)
# }

Run the code above in your browser using DataLab