Hi,

I have two ranks of labels (strings) representing user preferences of colors.
For instance, here is a simple example with 4 preferences for each user:

> rank1
[1] "red"   "blue"  "green"  "black"
> rank2
[1] "white" "gray"  "black" "blue"

How can I compute Kendall's Tau for this scenario?

Thanks in advance,
--
Sérgio Nunes

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to