Description Usage Arguments Value Author(s) Examples
Computes Spearman's footrule between two partial rankings.
1 | spearfootP(a, b, k)
|
a, b |
integer vectors |
k |
integer |
Returns Spearman's footrule between two partial rankings,
where only the first k
items have been ranked. No ties are permitted.
Lucy Small, lucy.small@ucdconnect.ie
1 2 3 4 | a = c(3,1,2,5,4)
b = c(1,2,3,4,5)
k=3
spearfootP(a,b,k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.