Learn R Programming

robustcov (version 0.1)

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

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

Run the code above in your browser using DataLab