powered by
Calculates the estimated serum volume (mL) based on patient sex, weight, and height for use in isr.deconv().
isr.deconv()
isr.volume(subject.sex = c("m", "f"), subject.weight, subject.height)
Numeric value.
String for patient sex, "m" or "f".
"m"
"f"
Numeric for subject weight in kilograms.
Numeric for subject height in centimeters.
isr.volume("m", 86.2, 181.5)
Run the code above in your browser using DataLab