Learn R Programming

robustcov (version 0.1)

corQuadrant: 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

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

Run the code above in your browser using DataLab