Description Usage Arguments Value
View source: R/PowerRankPoints.R
This package creates a simple prediction model based on team identifiers (potentially names or ints) and previous game results.
1 2 3 4 5 6 7 8 | power_rank(
gameIds,
homeTeamIds,
awayTeamIds,
homeScores,
awayScores,
isNeutralSite = FALSE
)
|
gameIds |
|
homeTeamIds |
|
awayTeamIds |
|
homeScores |
|
awayScores |
named list with team power ranks + home advantage values and functions to predict matchups based on team identifiers or provided strengths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.