Description Usage Arguments Value See Also Examples
View source: R/bmi-functions.R
function to calculate the BMI with the non-standard formulae: BMI = weight / (height/100)^(2.5) which is suggested to provide a measurement that it less dependent on height.
1 |
height |
height |
weight |
weight |
unit |
list of weight and heigt with units for the measures |
numeric vector of BMI
Other bmi functions:
bmi_calc()
1 | bmi_calc2(176, 72)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.