powered by
Calculates a calorie budget
budget(wt_delta_per_week, bmr)
Calorie targets per day
expected change in weight per week
Basal Metabolic Rate, in kilocalories
Waldir Leoncio
https://help.loseit.com/hc/en-us/articles/115007245847-How-the-Calorie-Budget-is-Calculated
BMR <- bmr(66, 40, .12, 178, method = "kma") budget(0, BMR) # for weight maintenance with a weekend bonus budget(.25, BMR) # for a slight weight gain
Run the code above in your browser using DataLab