Learn R Programming

clinPK (version 0.13.0)

calc_bmi: Calculate BMI

Description

Calculate BMI

Usage

calc_bmi(weight, height)

Value

value of BMI in kg/m2

Arguments

weight

weight in kg

height

height in cm

Examples

Run this code
calc_bmi(weight = 70, height = 160)

Run the code above in your browser using DataLab