Learn R Programming

rGV (version 0.0.5)

modd: Calculate Mean of Daily Differences (MODD)

Description

Calculate Mean of Daily Differences (MODD)

Usage

modd(x, times, s = 1, method = "manuscript")

Value

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

Arguments

x

vector of glucose readings

times

vector of corresponding times, in minutes

s

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

method

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

Examples

Run this code
modd(x=c(rep(100, 10), rep(120, 10), 105, 85), times=seq(0, 1260, 60), s=1, method='manuscript')

Run the code above in your browser using DataLab