Skip to content
Prev 8597 / 63424 Next

Kendall's tau

Hi,

MM recommended to send this to R-devel:

As far as I know, the only method to compute Kendall's tau is to perform 
cor.test with method="kendall". I suggest that
1) this should be easier to find, namely with help.search("kendall")     
and/or link from cor,
2) cor should be given a method parameter like cor.test so that 
Kendall and Spearman correlations can be computed without doing the test.

Best,
Christian