Description Usage Arguments Value
View source: R/GameScoresStdDev.R
This package creates a simple prediction model based on team identifiers and previous game results.
1 2 3 4 5 6 7 8 | game_scores_std_dev(
gameIds,
homeTeamIds,
awayTeamIds,
homeScores,
awayScores,
isNeutralSite = FALSE
)
|
gameIds |
|
homeTeamIds |
|
awayTeamIds |
|
homeScores |
|
awayScores |
|
isNeutralSite |
defaults to FALSE |
named list with team score averages and model coefficients plus functions to predict matchups based on team identifiers or relative strengths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.