Skip to content
Prev 139367 / 398506 Next

Compare two correlations matrices

Try:


all.equal(cor(d), cor(e))
identical(cor(d), cor(e))
cor(d) == cor(e)
On 13/03/2008, Martin Kaffanke <technik at roomandspace.com> wrote: