Description Usage Arguments Details Value Functions
View source: R/results.fitted.R
This function returns the fitted speed-acceleration results. This data can then be used to build an athlete's speed-acceleration linear model.
1 2 3 | results.fitted(game.data, r2 = 0.95)
sa.results.fitted(game.data, r2 = 0.95)
|
game.data |
A player's game data |
r2 |
The minimum r^2 when fitting the model |
This function is complimented by sa.results.observed()
.
The observations provided by sa.results.observed()
are fit to a linear model. A looped function removes the
observation with the largest residual, re-fitting the linear model, and assessing whether the model has reached an
r^2 of equal to, or greater than, that provided by the user. The r^2 value provided (0.95) corresponds with what
is suggested in the literature.
A data frame that returns fitted speed-acceleration observations
sa.results.fitted
: Fitted speed-acceleration observations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.