data.testing: Player Testing Data

Description Usage Arguments Value Functions Note

View source: R/data.testing.R

Description

This is a generic function that builds a data.frame containing the data necessary for subsequent force-velocity analyses. This function is to be used in conjunction with _.data.testing() when returning force-velocity player profiles and force-velocity model results.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
data.testing(
  condition = percent.bw,
  additional.mass = add.mass,
  trial.one,
  trial.two,
  trial.three = NA
)

fv.data.testing(
  player.data,
  percent.bw,
  add.mass,
  trial.one,
  trial.two,
  trial.three = NA
)

Arguments

condition

The percentage of body weight

additional.mass

Mass added to the player

trial.one

A vector containing results for trial 1 of all conditions

trial.two

A vector containing results for trial 2 of all conditions

trial.three

A vector containing results for trial 3 of all conditions

Value

A data.frame containing pertinent information for further force-velocity analyses

Functions

Note

The model requires at least two trials. A third trial is encouraged and should be input for the argument trial.three = NA.

To properly implement force-velocity models, measurements must be in metric.


aaronzpearson/fvp documentation built on Jan. 16, 2022, 12:39 a.m.