Hi,
 
I was trying to evaluate the pearson correlation and the p-values for an nxm 
matrix, where each row represents a vector. One way to do it would be to 
iterate through each row, and find its correlation value( and the p-value) with 
respect to the other rows. Is there some function by which I can use the matrix 
as input? Ideally, the output would be an nxn matrix, containing the p-values 
between the respective vectors.
 
I have tried cor.test for the iterations, but couldn't find a function that 
would take the matrix as input.
 
Thanks for the help.
 
Dren
 
 

                
---------------------------------


        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to