Description Usage Arguments Value Author(s) Examples
View source: R/derive_advs_params.R
Computes BMI from height and weight
1 | compute_bmi(height, weight)
|
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 |
The BMI (Body Mass Index Area) in kg/m^2.
Pavan Kumar
1 | compute_bmi(height = 170, weight = 75)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.