bmi3 {dvmisc} | R Documentation |
Converts a continuous BMI variable into a 3-level factor variable: Normal
weight if [-Inf, 25)
, Overweight if [25, 30)
, and Obese if
[30, Inf)
.
bmi3(x, labels = TRUE)
x |
Numeric vector of BMI values. |
labels |
If |
Factor variable with 3 levels.