powered by
Calculate ratings and provide rankings using Simple Linear regression
naive(jpMat, stats = FALSE, ties.method = "average")
a Judge-Presenter matrix, or a User-Movie matrix
a logical value to indicate whether a linear model should be fitted and the test statistics should be reported
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 <- matrix(data=c(5,4,3,0, 5,5,3,1, 0,0,0,5, 0,0,2,0, 4,0,0,3, 1,0,0,4), nrow=6, byrow=TRUE) result <- naive(jpMat) print(result) # }
Run the code above in your browser using DataLab