powered by
Testing if the input matrix is a correlation matrix or not
is.cor(m, eps=1e-16)
a presumed correlation matrix
epsilon value. Absolute value less than this is considered as zero.
TRUE or FALSE
Diagonal component should not be necessarily 1. But it should be close to 1.