correlation_matrix: Correlation matrix function

Description Usage Arguments Value Examples

View source: R/correlation_matrix.R

Description

Takes a data array and returns the sample correlation matrix

Usage

1

Arguments

X

Value

a matrix (the sample correlation matrix of X)

Examples

1
2
X = [1 2 3
     4 5 6]; correlation_matrix(X)

abinashborah/Lab1Intro documentation built on Jan. 26, 2020, 4:09 a.m.