Skip to content
Prev 139361 / 398506 Next

Compare two correlations matrices

Hi there,

When I make two correlations matrices of the same size from

a <- cor(el[1:20])
b <- cor(fl[1:20])

how can I compare if this matrices are equal?

Thanks,
Martin