Learn R Programming

insulin.secretion (version 0.0.2)

isr.fraction: C-Peptide Fraction Attributable to Short Half Life Lookup

Description

Outputs the relevant fraction attributable to short half life for use in isr.deconv() based on patient type (normal, obese, or non-insulin dependent diabetes mellitus).

Usage

isr.fraction(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.fraction("normal")

isr.fraction("obese")

isr.fraction("niddm")

Run the code above in your browser using DataLab