powered by
Calculate ratings and provide rankings using Mixed Effects Modeling
mixedeff(jpMat, REML = FALSE, ties.method = "average")
a Judge-Presenter matrix, or a User-Movie matrix
a logical value for lme4::lmer
a character string specifying how ties are treated, including "average", "first", "last", "random", "max", "min", from base::rank
Gou, J. and Wu, S. (2020). A Judging System for Project Showcase: Rating and Ranking with Incomplete Information. Technical Report.
# NOT RUN { jpMat <- c(1,3,5,2,6,4,3,8,7) attr(jpMat, "dim") <- c(3,3) mixedeff(jpMat) # }
Run the code above in your browser using DataLab