Learn R Programming

STMr (version 0.1.7)

get_perc_1RM: Get %1RM

Description

Function get_perc_1RM represent a wrapper function

Usage

get_perc_1RM(reps, method = "RIR", model = "epley", ...)

Value

Numeric vector. Predicted %1RM

Arguments

reps

Numeric vector. Number of repetition to be performed

method

Character vector. Default is "RIR". Other options are "DI", "RelInt", "%MR"

model

Character vector. Default is "epley". Other options are "modified epley", "linear"

...

Forwarded to selected adj_perc_1RM function

Examples

Run this code
get_perc_1RM(5)

# # Use ballistic adjustment (this implies doing half the reps)
get_perc_1RM(5, mfactor = 2)

# Use perc MR adjustment method
get_perc_1RM(5, "%MR", adjustment = 0.8)

# Use linear model with use defined klin values
get_perc_1RM(5, "%MR", model = "linear", adjustment = 0.8, klin = 36)

Run the code above in your browser using DataLab