bmi: bmi Body Mass Index of an individual

View source: R/bmi.R

bmiR Documentation

bmi Body Mass Index of an individual

Description

bmi Body Mass Index of an individual

Usage

bmi(mass, height)

Arguments

mass

in kg

height

in m

Value

bmi as mass/(height * height)

Examples

bmi(mass = 80, height = 1.80)
bmi(mass = NA, height = 1.80)
bmi(mass = 80, height = NA)
bmi(mass = NA, height = NA)

choogland/christinehoogland.pkg documentation built on May 7, 2022, 12:05 a.m.