powered by
Computes Kendalls Tau for a two-way table or matrix.
kendalls(x)
A two-way table or matrix.
numeric between -1 and +1.
Kendalls tau is a rank-correlation coefficient.
# NOT RUN { M <- arsim(300,c(8,8),3) kendalls(M) kendalls(optile(M)) # }
Run the code above in your browser using DataLab