Learn R Programming

robustcov (version 0.1)

corKendall: Kendall's tau

Description

This routine calculates the Kendall's tau

Usage

corKendall(data)

Arguments

data

the n by p raw data matrix

Value

a matrix with dimension p by p, Kendall's tau

Examples

Run this code
# NOT RUN {
corKendall(matrix(rnorm(500),100,5)) 
# }

Run the code above in your browser using DataLab