QRM (version 0.4-31)

Kendall: Kendall's Rank Correlation

Description

Calculates Kendall's rank correlations. The function is a wrapper to cor().

Usage

Kendall(data, ...)

Arguments

data

matrix or data.frame.

...

ellipsis, arguments are passed down to cor()

Value

matrix

See Also

cor, Spearman

Examples

Run this code
# NOT RUN {
S <- equicorr(d = 3, rho = 0.5)
data <- rmnorm(1000, Sigma = S) 
Kendall(data) 
# }

Run the code above in your browser using DataLab