evaluationMatrix {RankAggregator} | R Documentation |
Evaluation matrix
Description
This function is called by RankAggregator
::consensusRanking
.
For each pair of Item
s, whenever both Item
s are ranked by the
same Reviewer
, this function sums the occurances when each of the two
Item
s is preferred to the other.
Usage
evaluationMatrix(x)
Arguments
x |
a |
Value
An m x n
pairwise matrix
giving the number of times
Item[m]
is preferred to (i.e. receives a ranking value lower than)
Item[n]
across all Reviewer
Rankings
Examples
evaluationMatrix(cook_example)
[Package RankAggregator version 0.0.1 Index]