init_perf: Initial performance

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

This function extracts the first performance of a time ordered data frame object.

Usage

1
init_perf(data, target)

Arguments

data

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

target

A character that indicates the performances column name.

Value

a numerical value

Author(s)

Frank Imbach frankimbach@gmail.com

Examples

1
init_perf(data = example_data, target = "perf")

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