adaptation_fn: Adaptations response modeling

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

To model adaptation induced by each training session.

Usage

1
adaptation_fn(data, k1, tau1, vars)

Arguments

data

A data frame object that contains at least training loads, performances and time between two consecutive sessions.

k1

The gain term for adaptation occurrences.

tau1

The time constant of the adaptations exponential decrease.

vars

A list that contains input (i.e. session training loads) and time (i.e. the time between two consecutive inputs) numerical vectors.

Value

a vector of numerical values

Author(s)

Frank Imbach frankimbach@gmail.com

Examples

1
adaptation_fn(data = example_data, k1 = 0.5, tau1 = 40, vars = list("input" = example_data$training_load, "time" = example_data$rest))

fimbach/sysmod documentation built on Jan. 1, 2021, 1:21 a.m.