View source: R/My_spearman_function.R
My_spearman | R Documentation |
This function performs Spearman rank correlations between the first axis of a CA computed on a incidencematrix and multiple gradient variables. . If the gradient variable is a factor, it performs Kruskal-Wallis Rank Sum Tests. P values are corrected for multiple comparisons.
My_spearman(Y, X, p.adjust.method = "fdr")
Y |
An incidence matrix. |
X |
A matrix of gradient variables from, either continuous gradients or a factor. |
p.adjust.method |
Method of p-value correction. Same as for the "p.adjust" function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.