n_rep_max | R Documentation |
Provides n-rep max given a one-rep max and the desired rep max
n_rep_max(reps, one_RM = 100, method = "epley", verbose = FALSE)
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 |
verbose |
Defaults to false. If true, will message which estimation technique is used. |
An n-rep maximum estimate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.