corSpearman {robustcov}R Documentation

Spearman correlation

Description

This routine calculates the Spearman correlation

Usage

corSpearman(data)

Arguments

data

the n by p raw data matrix

Value

a matrix with dimension p by p of spearman correlations

Examples

corSpearman(matrix(rnorm(500),100,5)) 

[Package robustcov version 0.1 Index]