powered by
TuckerCoef calculate Tucker's coefficient of congruence between columns but after accounting for permutational freedom and reflections
TuckerCoef
TuckerCoef(MatrixA, MatrixB)
A matrix
A matrix, which is to be compared to MatrixA
the permutation order.
the Tucker coefficient.
the Tucker vector.
Lorenzo-Seva, U., & Ten Berge, J. M. (2006). Tucker's congruence coefficient as a meaningful index of factor similarity. Methodology, 2(2), 57-64.
# NOT RUN { maxtrix1 <- matrix(rnorm(50), nrow=5) maxtrix2 <- matrix(rnorm(50), nrow=5) TuckerCoef(maxtrix1, maxtrix2) # }
Run the code above in your browser using DataLab