| favored.elo {elo} | R Documentation | 
Classify teams that are favored to win
Description
Classify teams that are favored to win
Usage
favored(x, ..., subset = TRUE)
## S3 method for class 'elo.run'
favored(x, ..., subset = TRUE)
## S3 method for class 'elo.glm'
favored(x, ..., subset = TRUE)
## S3 method for class 'elo.running'
favored(x, running = TRUE, discard.skipped = FALSE, ..., subset = TRUE)
## S3 method for class 'elo.markovchain'
favored(x, ..., subset = TRUE)
## S3 method for class 'elo.winpct'
favored(x, ..., subset = TRUE)
## S3 method for class 'elo.colley'
favored(x, ..., subset = TRUE)
## Default S3 method:
favored(x, p.A, ...)
Arguments
| 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. | 
[Package elo version 3.0.2 Index]