corr: Compute correlation matrix

Description Usage Arguments Examples

View source: R/corr.R

Description

Compute Spearman and Pearson correlation matrix.

Usage

1
corr(v, normal = F)

Arguments

v

a data.frame (or list) should be taken.

Examples

1
2
3
corr(mtcars[,1:5])

corr(mtcars[,5:6], normal = T)

Chand-CN/quick documentation built on July 5, 2020, 10:58 a.m.