calculate_one_rm: Calculate 1 Rep Max

Description Usage Arguments Details Value References Examples

View source: R/one_rm.R

Description

\lifecycle

stable

This function takes in the number of repetitions and the lifted weight to calculate an estimated one repetition maximum for that lift. Wathan is probably the best equation to estimate strength.

Usage

1
calculate_one_rm(reps, lift, equation = "wathan")

Arguments

reps

The number of reps. minimum is 2 reps, maximum is 12 reps.

lift

The weight being lifted

equation

The equation for calculating the 1RM.

Details

Note that 1RM are estimates and can be very different for all exercises. For more information go to: https://en.wikipedia.org/wiki/One-repetition_maximum.

Value

Estimated one rep max

References

Lesuer, DA, Mccormick, JH, Mayhew, JL et al. (1997). "The accuracy of prediction equations for estimating 1-RM performance in the bench press, squat, and deadlift". J Strength Cond Res 11: 211–213.

Examples

1

MarijnJABoer/befitteR documentation built on April 24, 2020, 5:43 a.m.