Learn R Programming

insulin.secretion (version 0.0.2)

isr.shortHL: C-Peptide Short Half Life Calculator

Description

Outputs the relevant long half life of c-peptide for use in isr.deconv() based on patient type (normal, obese, or non-insulin dependent diabetes mellitus).

Usage

isr.shortHL(subject.type = c("normal", "obese", "niddm"))

Value

Numeric value.

Arguments

subject.type

String for patient type.

See Also

isr.deconv()

Examples

Run this code
isr.shortHL("normal")

isr.shortHL("obese")

isr.shortHL("niddm")

Run the code above in your browser using DataLab