MAC {CompExpDes} | R Documentation |
Maximum Absolute Correlation
Description
Maximum Absolute Correlation (MAC) is the maximum absolute value among off diagonal values of a correlation matrix.
Usage
MAC(matrix)
Arguments
matrix |
Input a matrix |
Value
It returns a maximum absolute correlation value for a given matrix.
Author(s)
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
References
Jones, B. and Nachtsheim, C. J. (2011). A class of three-level designs for definitive screening in the presence of second-order effects. Journal of Quality Technology, 43(1), 1-15.
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.6 Index]