powered by
Computes BMI from height and weight
compute_bmi(height, weight)
The BMI (Body Mass Index Area) in kg/m^2.
HEIGHT value
It is expected that HEIGHT is in cm.
Permitted Values: numeric vector
WEIGHT value
It is expected that WEIGHT is in kg.
Usually this computation function can not be used with %>%.
%>%
derive_param_bmi()
BDS-Findings Functions that returns a vector: compute_bsa(), compute_egfr(), compute_framingham(), compute_map(), compute_qtc(), compute_qual_imputation(), compute_qual_imputation_dec(), compute_rr(), compute_scale()
compute_bsa()
compute_egfr()
compute_framingham()
compute_map()
compute_qtc()
compute_qual_imputation()
compute_qual_imputation_dec()
compute_rr()
compute_scale()
compute_bmi(height = 170, weight = 75)
Run the code above in your browser using DataLab