iterativeGamePredict | R Documentation |
Predict the outcome of one game using iterative Dixon Coles model
iterativeGamePredict(
home,
away,
rankings,
intercept = 1.71418,
home_adv = 0.075073,
probs_style = "h"
)
home |
The Home Team |
away |
The Away Team |
rankings |
A rankings dataframe |
intercept |
Modelled 'intercept' value |
home_adv |
Modelled 'home_adv' value |
probs_style |
either |
a named list with Probs (a vector), HomexGPred and AwayxGPred (values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.