get_ree | R Documentation |
Calculate resting energy expenditure
get_ree( method = c("harris_benedict", "schofield_wt", "schofield_wt_ht", "fao", "muller_wt_ht", "muller_ffm"), sex, age_yr = NA, ..., output = c("default", "mj_day", "kcal_day", "vo2_ml_min"), calorie = c("thermochemical", "convenience", "dry"), RER = 0.86, kcal_table = c("Lusk", "Peronnet", "both"), df = NULL )
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. |
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 |
df |
optional data frame. If passed, all prior arguments should be
character scalars pointing to a column in |
Calculated resting energy expenditure
get_ree("schofield_wt_ht", "female", 57.8, wt_kg = 80, ht_m = 1.50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.