get_ree_dataframe | R Documentation |
Internal functions for calculating resting energy expenditure
get_ree_dataframe(df, method, sex, age_yr, ...) get_ree_default(method, sex, age_yr, ...) ree_single( sex = c("female", "male"), age_yr, method, breaks = c(-Inf, 3, 10, 18, 30, 60, Inf), labels = c("less3", "3to10", "10to18", "18to30", "30to60", "over60"), ... ) get_stratum(method, sex = c("female", "male"), age_yr, breaks, labels) get_ree_single_setting(method, sex, age_yr, ..., df) get_ree_grid(method, output, calorie, RER, kcal_table) ree_profile(settings)
df |
optional data frame. If passed, all prior arguments should be
character scalars pointing to a column in |
method |
character. The equation(s) to use, chosen from
|
sex |
character. The participant/patient sex, one of |
age_yr |
numeric. The participant/patient age in years. Not used for
|
... |
arguments (e.g. |
breaks |
age breaks to use (passed to |
labels |
age labels to use (passed to |
output |
character. The desired output unit(s), chosen from
|
calorie |
character. The desired conversion factor(s) for calculating MJ
from kcal, chosen from |
RER |
numeric. The respiratory exchange ratio |
kcal_table |
character. The desired conversion table(s) to use for
converting kcal to oxygen consumption, chosen from |
settings |
output from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.