Computes BMI from height and weight
compute_bmi(height, weight)The BMI (Body Mass Index Area) in kg/m^2.
Usually this computation function can not be used with %>%.
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(),
transform_range()
compute_bmi(height = 170, weight = 75)
#> [1] 25.95156