getIterativeTable | R Documentation |
Get predictions of all games on a date. Return win/loss and total xG from the Dixon-Coles iterative model
getIterativeTable(
date,
schedule = HockeyModel::schedule,
scores = HockeyModel::scores,
rankings = HockeyModel::iterativeRankings,
params = HockeyModel::iterativeParameters
)
date |
Game date to get results for |
schedule |
The HockeyModel::schedule object |
scores |
The HockeyModel::scores object |
rankings |
The HockeyModel::iterativeRankings object |
params |
The HockeyModel:::iterativeParameters object |
a data.frame with colums for GameID, Home & Away Teams, Home & Away win percentage, and TotalxG predicted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.