conga {rGV}R Documentation

Calculate continuous overall net glycemic action (CONGA)

Description

Calculate continuous overall net glycemic action (CONGA)

Usage

conga(x, times, n = 1, s = 1, method = "manuscript")

Arguments

x

vector of glucose readings

times

vector of corresponding times, in minutes

n

number of hours between "partner" observations. Null value is 1.

s

number of minutes of slack used when searching for partners. Null value is 1.

method

"manuscript" or "easy". Null value is "manuscript".

Value

The numeric CONGA value for a given dataset of glucose measurements and times.

Examples

conga(x=c(rep(100, 10), rep(120, 10), 105, 85), times=seq(0, 1260, 60),
n=1, s=1, method="manuscript")

[Package rGV version 0.0.4 Index]