elo.favored {elo} | R Documentation |
Classify teams that are favored to win
favored(x, ...) ## S3 method for class 'elo.run' favored(x, ...) ## S3 method for class 'elo.glm' favored(x, ...) ## S3 method for class 'elo.running' favored(x, running = TRUE, ...) ## S3 method for class 'elo.markovchain' favored(x, ...) ## S3 method for class 'elo.winpct' favored(x, ...) ## Default S3 method: favored(x, p.A, ...)
x |
An object from |
... |
Other arguments (not in use at this time). |
running |
logical, denoting whether to use the running predicted values. |
p.A |
A vector of predicted win probabilities. |