MatrixCompare: Matrix Compare

View source: R/MatrixCompare.R

MatrixCompareR Documentation

Matrix Compare

Description

Compare two matrices using all available methods. Currently RandomSkewers, MantelCor, KrzCor and PCASimilarity

Usage

MatrixCompare(cov.x, cov.y, id = ".id")

Arguments

cov.x

covariance or correlation matrix

cov.y

covariance or correlation matrix

id

name of the comparison column

Value

data.frame of comparisons

Examples


cov.x = RandomMatrix(10, 1, 1, 10)
cov.y = RandomMatrix(10, 1, 10, 20)
MatrixCompare(cov.x, cov.y)

evolqg documentation built on Aug. 8, 2023, 5:12 p.m.

Related to MatrixCompare in evolqg...