exact_cor_test | R Documentation |
Perform an exact correlation permutation test. Computes correlation value for every row of matrix X against all permutations of vector y.
exact_cor_test(X, y, ...)
X |
numeric matrix or data.frame that can be converted to a numeric matrix |
y |
numeric vector of data to correlate |
... |
arguments passed to the 'cor' function |
data.frame containing the original values in X along with columns containing the correlation of Xi and Y, the empirical p-value of the permutation test, and the FDR corrected empirical p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.