Displaying 2 results from an estimated 2 matches for "0.40357".
Did you mean:
0.4035
2000 Jan 04
1
correlation matricies: getting p-values?
I have to admit that I'm at a bit of a loss here; any pointers would be
greatly appreciated.
I've been making correlation matricies from some of my datasets, and
have been instructed to get the probability values for each of these
correlations.
I've checked the online help for info on both the cor and cov functions,
but I was unable to find any relevant info on finding how to obtain
2001 Nov 01
1
cor.test for a correlation matrix
Is there a simple way to run cor.test on for a matrix of correlations?
Of course, cor on a data frame produces a correlation matrix, but cor.test will only take two variables at a time. Is there a way to get behavior similar to that of cor with cor.test?
I suppose the programming alternative would be to run two for loops with the number of items and cor test embedded accessing the columns of