Description Usage Arguments Value Author(s) Examples
Computes Spearman's footrule between two rankings, where any number of items with equal rankings are now permitted in each ranking.
1 | spearfootG(x, y)
|
x, y |
integer vectors |
Returns Spearman's footrule between the two rankings.
Lucy Small, lucy.small@ucdconnect.ie
1 2 3 | a = c(3,1,2,2,3)
b = c(1,2,3,4,4)
spearfootG(a,b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.