totalKem_mult {RankAggSIgFUR} | R Documentation |
Summary Statistics of Multiple given Rankings
Description
Calculates the sum, maximum, and variance of k
individual Kemeny distances of
multiple given rankings from input rankings.
Usage
totalKem_mult(rkgs, input_rkgs, pairs, wt = wt)
Arguments
rkgs |
a matrix of rankings to be compared against the input rankings. Each row must be a complete ranking, meaning that all of the objects have a rank. |
input_rkgs |
a |
pairs |
a |
wt |
a |
Value
A vector of the total Kemeny distance, the maximum Kemeny distance of the individual Kemeny distances, and the variance of the individual Kemeny distances.
See Also
mod_kemeny
, subit_convergence
, rap_greedy_alg
,
seed_based_iteration