Skip to content
Prev 70427 / 398525 Next

cor vs cor.test

A while ago I posted a function that computes p-values for a correlation
matrix, by adapting code in cor.test().  Search the archive for it.  Also
see rcorr() in the Hmisc package.  That might do what you want.

Andy