search for: corr_permut

Displaying 1 result from an estimated 1 matches for "corr_permut".

Did you mean: corr_permute
2011 Mar 20
1
Pearson correlation coefficient matrix with permutation test
Hello, I found an interesting program on Pierre Legendre's webpage: http://www.bio.umontreal.ca/casgrain/en/labo/corr_permute.html With this program one can compute a "Pearson correlation coefficient matrix with permutation test". This is exactly what I need as an R-package because so far I have only analyzed my data with the function cor(). However, I need additional permutation tests for each individual cor...