Description Usage Arguments Value
View source: R/TeamOlsRating.R
This package creates a simple prediction model based on team identifiers and previous game results.
1 2 3 4 5 6 7 8 | team_ols_rating(
gameIds,
homeTeamIds,
awayTeamIds,
homeScores,
awayScores,
isNeutralSite = FALSE
)
|
gameIds |
|
homeTeamIds |
|
awayTeamIds |
|
homeScores |
|
awayScores |
named list with team and home field strength values and 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.