Learn R Programming

insulin.secretion (version 0.0.2)

isr.volume: Serum Volume Calculator

Description

Calculates the estimated serum volume (mL) based on patient sex, weight, and height for use in isr.deconv().

Usage

isr.volume(subject.sex = c("m", "f"), subject.weight, subject.height)

Value

Numeric value.

Arguments

subject.sex

String for patient sex, "m" or "f".

subject.weight

Numeric for subject weight in kilograms.

subject.height

Numeric for subject height in centimeters.

See Also

isr.deconv()

Examples

Run this code
isr.volume("m", 86.2, 181.5)

Run the code above in your browser using DataLab