pct_bmi_for_age: Percentile BMI for age for children

Description Usage Arguments Examples

Description

Based on tables from WHO: http://www.who.int/growthref/who2007_bmi_for_age/en/

Usage

1
pct_bmi_for_age(age = NULL, bmi = NULL, sex = NULL, height = NULL, ...)

Arguments

age

age in years

bmi

bmi Optional, if specified, will calculate closest percentile and return in list as 'percentile'

sex

either 'male' or 'female'

height

height

...

parameters passed to 'read_who_table()'

Examples

1
2
pct_bmi_for_age(age = 8, sex = "male")
pct_bmi_for_age(age = 8, bmi = 15, sex = "male")

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.