calculate_bmi: Calculate the body mass index (BMI, Quetelet index)

Description Usage Arguments Value Caveats References See Also

View source: R/bmi.R

Description

Body mass index is calculated using the formula: \text{BMI} = \text{weight} / \text{height}^2 with weight in kg en height in m.

Usage

1

Arguments

weight

Weight (kg).

height

Height (cm).

Value

BMI (\text{kg} m^{-2}), or NA if any parameters are NA.

Caveats

None at this time.

References

None.

See Also

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


LS31/clinicalcalculations documentation built on Nov. 20, 2020, 6:59 a.m.