Extract the rankings from Elo objects.
rank.teams(object, ties.method = "min", ...)# S3 method for elo.run
rank.teams(object, ties.method = "min", ...)
# S3 method for elo.run.regressed
rank.teams(object, ties.method = "min", regressed = FALSE, ...)
# S3 method for elo.glm
rank.teams(object, ties.method = "min", ...)
# S3 method for elo.markovchain
rank.teams(object, ties.method = "min", ...)
# S3 method for elo.winpct
rank.teams(object, ties.method = "min", ...)
# S3 method for elo.colley
rank.teams(object, ties.method = "min", ...)
An object.
Passed to rank
.
Other arguments
Passed to final.elos
.