calc_isi: Calculate insulin-sensitivity index

Description Usage Arguments Value

View source: R/calc_isi.R

Description

Calculate insulin-sensitivity index

Usage

1
2
calc_isi(glu = NULL, ins = NULL, nefa = NULL, bmi = NULL,
  body_weight = NULL, index = NULL)

Arguments

glu

An ordered vector of glucose values.

ins

An ordered vector of insulin values.

nefa

An ordered vector of NEFA values.

bmi

Body-mass index.

body_weight

Body weight in kg.

index

Insulin sensitivity index as a string. This can be one of "Cederholm", "Gutt" (aka "ISI 0,120"), "Matsuda", "NEFA-ISI", "Stumvoll-ISI" or "Stumvoll-MCR".

Value

A double.


jcpsantiago/IScalc documentation built on May 20, 2019, 9:27 a.m.