Classify teams that are favored to win
favored(x, ..., subset = TRUE)# S3 method for elo.run
favored(x, ..., subset = TRUE)
# S3 method for elo.glm
favored(x, ..., subset = TRUE)
# S3 method for elo.running
favored(x, running = TRUE, discard.skipped = FALSE, ..., subset = TRUE)
# S3 method for elo.markovchain
favored(x, ..., subset = TRUE)
# S3 method for elo.winpct
favored(x, ..., subset = TRUE)
# S3 method for elo.colley
favored(x, ..., subset = TRUE)
# S3 method for default
favored(x, p.A, ...)
An object from elo.run
or elo.glm
, or for the default method
a vector representing wins.A.
Other arguments (not used at this time).
(optional) A vector of indices on which to calculate
logical, denoting whether to use the running predicted values.
Logical, denoting whether to ignore the skipped observations in the calculation
A vector of predicted win probabilities.