Learn R Programming

STMr (version 0.1.7)

create_example: Create Example

Description

This function create simple example using progression_table

Usage

create_example(
  progression_table,
  reps = c(3, 5, 10),
  volume = c("intensive", "normal", "extensive"),
  type = c("grinding", "ballistic"),
  ...
)

Value

Data frame with the following structure

type

Type of the set and rep scheme

reps

Number of reps performed

volume

Volume type of the set and rep scheme

Step 1

First progression step %1RM

Step 2

Second progression step %1RM

Step 3

Third progression step %1RM

Step 4

Fourth progression step %1RM

Step 2-1 Diff

Difference in %1RM between second and first progression step

Step 3-2 Diff

Difference in %1RM between third and second progression step

Step 4-3 Diff

Difference in %1RM between fourth and third progression step

Arguments

progression_table

Progression table function

reps

Numeric vector. Default is c(3, 5, 10)

volume

Character vector. Default is c("intensive", "normal", "extensive")

type

Character vector. Type of max rep table. Options are grinding (Default), ballistic, and conservative

...

Extra arguments forwarded to progression_table

Examples

Run this code
create_example(progression_RIR)

# Create example using specific reps-max table and k value
create_example(
  progression_RIR,
  max_perc_1RM_func = max_perc_1RM_modified_epley,
  kmod = 0.0388
)

Run the code above in your browser using DataLab