n_rep_max: n-rep max calculator

View source: R/rep_maxes.R

n_rep_maxR Documentation

n-rep max calculator

Description

Provides n-rep max given a one-rep max and the desired rep max

Usage

n_rep_max(reps, one_RM = 100, method = "epley", verbose = FALSE)

Arguments

reps

The number of repetitions for which an n_rep_max is desired

one_RM

A one-rep max, either actual or estimated. Defaults to 100 for easy percentage calculations.

method

The estimation technique to use; a list is available with rep_max_formulas

verbose

Defaults to false. If true, will message which estimation technique is used.

Value

An n-rep maximum estimate


titaniumtroop/rweightlifting documentation built on April 24, 2022, 5:30 a.m.