get_reps(0.75)
# # Use ballistic adjustment (this implies doing half the reps)
get_reps(0.75, mfactor = 2)
# Use %MR adjustment method
get_reps(0.75, "%MR", adjustment = 0.8)
# Use linear model with use defined klin values
get_reps(0.75, "%MR", model = "linear", adjustment = 0.8, klin = 36)
Run the code above in your browser using DataLab