f.above.thresh(a, t)
f.cord(x, y, inf.rm)
f.oneway.rankings(r, s)
Value
f.above.thresh returns the fraction of elements in the vector
a that are greater than the threshold t.
f.cord returns the concordance coefficient between the two
input vectors x and y. If inf.rm is true, then
infinite values are removed before computing the concordance; missing
values are always removed.
f.oneway.rankings is implemented as order(s)[r] and I
cannot recall why we defined it or where we used it.