powered by
Based on tables from WHO: http://www.who.int/childgrowth/standards/weight_for_age/en/
pct_weight_for_age( age = NULL, weight = NULL, sex = NULL, return_median = FALSE, ... )
age in years
weight in kg. Optional, if specified, will calculate closest percentile and return in list as `percentile`
either `male` or `female`
just return the median expected value
parameters passed to `read_who_table()`
pct_weight_for_age(age = 5, sex = "female") pct_weight_for_age(age = 5, weight = 20, sex = "female")
Run the code above in your browser using DataLab