Given vectors of age, BMI, recumbent length, weight, and gender, categorizes weight classes using CDC and WHO categories.
get_weight_class(age_years, age_months, bmi, recumlen, weight, gender)
A character vector of weight classes. Each element will be one of 'Underweight', 'Normal', 'Overweight', or 'Obese'.
A vector of ages in years.
A vector of ages in months.
A vector of BMIs.
A vector of heights or recumbent lengths in cm.
A vector of body weights in kg.
A vector of genders (as 'Male' or 'Female').
Caroline Ring
Ring, Caroline L., et al. "Identifying populations sensitive to environmental chemicals by simulating toxicokinetic variability." Environment International 106 (2017): 105-118