Learn R Programming

httk (version 1.6)

blood_weight: Predict blood mass.

Description

Predict blood mass based on body surface area and gender, using equations from Bosgra et al. 2012

Usage

blood_weight(BSA, gender)

Arguments

BSA

Body surface area in m^2. May be a vector.

gender

Either 'Male' or 'Female'. May be a vector.

Value

A vector of blood masses in kg the same length as BSA and gender.