Skip to content

cor vs cor.test

1 message · Liaw, Andy

#
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