powered by
Based on tables from WHO: http://www.who.int/growthref/who2007_bmi_for_age/en/
pct_bmi_for_age( age = NULL, bmi = NULL, sex = NULL, height = NULL, return_median = FALSE, ... )
age in years
bmi Optional, if specified, will calculate closest percentile and return in list as `percentile`
either `male` or `female`
height
just return the median expected value
parameters passed to `read_who_table()`
pct_bmi_for_age(age = 8, sex = "male") pct_bmi_for_age(age = 8, bmi = 15, sex = "male")
Run the code above in your browser using DataLab