rank.teams {elo} | R Documentation |
Extract the rankings from Elo objects.
rank.teams(object, ties.method = "min", ...) ## S3 method for class 'elo.run' rank.teams(object, ties.method = "min", ...) ## S3 method for class 'elo.run.regressed' rank.teams(object, ties.method = "min", regressed = FALSE, ...) ## S3 method for class 'elo.glm' rank.teams(object, ties.method = "min", ...) ## S3 method for class 'elo.markovchain' rank.teams(object, ties.method = "min", ...) ## S3 method for class 'elo.winpct' rank.teams(object, ties.method = "min", ...)
object |
An object. |
ties.method |
Passed to |
... |
Other arguments |
regressed |
Passed to |