Arguments
dset1
one data set with each row being a ranking
dset2
the other data set (default as dset1)
dset1.agg
whether the data set is in the aggregated form
(default as FALSE)
dset2.agg
whether the data set is in the aggregated form
(default as FALSE)
dtype
type of the weighted distance measure
Kendall or K(default) : "Weighted Kendall's tau", SqrtSpearman
or SS : "Square root of weighted Spearman", Spearman or S :
"Weighted Spearman"
weight
weight vector (default as all components being 1)
modal
the modal ranking
(default as c(1:k), k being the number of ranked items)