pct_height_for_age: Percentile height for age for children

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

age

age in years

height

height 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_height_for_age(age = 5, sex = "female")
pct_height_for_age(age = 5, height = 112, sex = "female")

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