kendalls.Rd
Computes Kendalls Tau for a two-way table or matrix.
kendalls(x)
A two-way table or matrix.
Kendalls tau is a rank-correlation coefficient.
numeric between -1 and +1.
M <- arsim(300,c(8,8),3) kendalls(M)#> [1] 0.2461445kendalls(optile(M))#> [1] 0.8049634
Alexander Pilhoefer