Description Usage Arguments Details Value Author(s) References Examples
Calculate ratings and provide rankings using Colley’s method
1 | colley(jpMat, method = "colley", ties.method = "average")
|
jpMat |
a Judge-Presenter matrix, or a User-Movie matrix |
method |
a character string specifying Colley's method, including "colley", "colleym", "colleynt" and "colleymnt" |
ties.method |
a character string specifying how ties are treated, including "average", "first", "last", "random", "max", "min", from base::rank |
colley
: Colley's method
colleym
: Colleyized Massey method
colleynt
: Colley's method, no ties
colleymnt
: Colleyized Massey method, no ties
A list of two vectors: a rating vector and a ranking vector
Jiangtao Gou
Colley, W. N. (2001). Colley's bias free college football ranking method: the Colley matrix explained.
Gou, J. and Wu, S. (2020). A Judging System for Project Showcase: Rating and Ranking with Incomplete Information. Technical Report.
Langville, A. N. and Meyer, C. D. (2012). Who's Number 1?: The Science of Rating and Ranking. Princeton University Press.
1 2 3 4 5 |
$rating
[1] 0.6686047 0.6272610 0.3494832 0.3546512
$ranking
[1] 1 2 4 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.