compute_bmi: Compute Body Mass Index (BMI)

Description Usage Arguments Value Author(s) Examples

View source: R/derive_advs_params.R

Description

Computes BMI from height and weight

Usage

1

Arguments

height

HEIGHT value

It is expected that HEIGHT is in cm.

Permitted Values: numeric vector

weight

WEIGHT value

It is expected that WEIGHT is in kg.

Permitted Values: numeric vector

Value

The BMI (Body Mass Index Area) in kg/m^2.

Author(s)

Pavan Kumar

Examples

1
compute_bmi(height = 170, weight = 75)

epijim/admiral documentation built on Feb. 13, 2022, 12:15 a.m.