Description Usage Arguments Value Functions Note
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.
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
)
|
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 |
A data.frame containing pertinent information for further force-velocity analyses
fv.data.testing
: A data.frame for subsequent jump-based force-velocity models
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.