calc_percent_excess | R Documentation |
Calculate percentage relative to a given base percentile
calc_percent_excess(
bmi = NULL,
age = NULL,
sex = NULL,
ref.perc = 50,
ref,
item = "bmi",
rownr = NULL
)
bmi |
vector of bmi |
age |
vector of age |
sex |
vector of sex (coding "male" and "female") is assumend |
ref.perc |
single value: reference percentile (0,100) |
ref |
RefGroup object |
item |
item within ref |
rownr |
indicator of order |
The function calculates the percentage of a given bmi value relative to a specific percentile
vector containing values between 0 and 1
Mandy Vogel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.