Description Usage Arguments Value Author(s) Examples
Computes Spearman's footrule between two rankings, where items with equal ranking are now permitted. The number of items placed in the ith category must be the same.
1 | spearfootE(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,2,3,3)
spearfootE(a,b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.