pct_weight_for_age: Percentile weight for age for children

Description Usage Arguments Examples

Description

Based on tables from WHO: http://www.who.int/childgrowth/standards/weight_for_age/en/

Usage

1
pct_weight_for_age(age = NULL, weight = NULL, sex = NULL, ...)

Arguments

age

age in years

weight

weight in kg. Optional, if specified, will calculate closest percentile and return in list as 'percentile'

sex

either 'male' or 'female'

...

parameters passed to 'read_who_table()'

Examples

1
2
pct_weight_for_age(age = 5, sex = "female")
pct_weight_for_age(age = 5, weight = 20, sex = "female")

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