Learn R Programming

CompExpDes (version 1.0.7)

MAC: Maximum Absolute Correlation

Description

Maximum Absolute Correlation (MAC) is the maximum absolute value among off diagonal values of a correlation matrix.

Usage

MAC(matrix)

Value

It returns a maximum absolute correlation value for a given matrix.

Arguments

matrix

Input a matrix

Author

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

Run this code
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)

Run the code above in your browser using DataLab