estimate_bsa: Estimate the body surface area (BSA)

Description Usage Arguments Value Caveats References See Also

View source: R/bsa.R

Description

Estimate the body surface area (BSA), according to Monsteller or Du Bois.

Usage

1
estimate_bsa(weight, height, method = "Monsteller")

Arguments

weight

Weight (kg).

height

Height (cm).

method

Formula to estimate BSA. Options are: "Monsteller" (default), "Du Bois".

Value

BSA (m^2), or NA if any parameters are NA.

Caveats

None at this time.

References

Simplified Calculation of Body-Surface Area. N Engl J Med 317, 1098–1098 (1987). and Du BOIS, D. CLINICAL CALORIMETRY. Arch Intern Med (Chic) XVII, 863 (1916)..

See Also

units::set_units(), units::drop_units()


LS31/clinicalr documentation built on Nov. 16, 2020, 7:58 p.m.