corQuadrant {robustcov} | R Documentation |
Quadrant correlation coefficients
Description
This routine calculates Quadrant correlation coefficients
Usage
corQuadrant(data)
Arguments
data |
the n by p raw data matrix |
Value
a matrix with dimension p by p, Quadrant correlation coefficients
Examples
corQuadrant(matrix(rnorm(500),100,5))
[Package robustcov version 0.1 Index]