get_perc_1RM {STMr} | R Documentation |
Get %1RM
Description
Function get_perc_1RM
represent a wrapper function
Usage
get_perc_1RM(reps, method = "RIR", model = "epley", ...)
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 |
Value
Numeric vector. Predicted %1RM
Examples
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)
[Package STMr version 0.1.6 Index]