MAC {CompExpDes} | R Documentation |
Maximum Absolute Correlation
Description
Maximum Absolute Correlation (MAC) is the maximum absolute value rather than 1 of a correlation matrix.
Usage
MAC(matrix)
Arguments
matrix |
Input a matrix |
Value
It returns a maximum absolute value of the correlation matrix for a given matrix.
Author(s)
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
Examples
library(CompExpDes)
lhd<-matrix(c(1,5,7,3,4,2,6,2,1,4,5,3,7,6,4,5,6,1,2,3,7),nrow=7,ncol=3,byrow=FALSE)
MAC(lhd)
[Package CompExpDes version 1.0.0 Index]