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, ...)
| x | An object from |
|---|---|
| ... | Other arguments (not used at this time). |
| subset | (optional) A vector of indices on which to calculate |
| running | logical, denoting whether to use the running predicted values. |
| discard.skipped | Logical, denoting whether to ignore the skipped observations in the calculation |
| p.A | A vector of predicted win probabilities. |