powered by
Calculates Kendall's rank correlations. The function is a wrapper to cor().
cor()
Kendall(data, ...)
matrix
matrix or data.frame.
data.frame
ellipsis, arguments are passed down to cor()
cor, Spearman
cor
Spearman
S <- equicorr(d = 3, rho = 0.5) data <- rmnorm(1000, Sigma = S) Kendall(data)
Run the code above in your browser using DataLab