CorVMatSig | R Documentation |
Correlate Named Vector to similarly named columns in a matrix and determine probability of seeing that number of significant correlations relative to a NULL distribution. Input vector (x) is a named vector that corresponds to colnames in matrix (y). Correlations between
CorVMatSig(x, y, method = "pearson", iter = 100, p.cutoff = 0.05, pct = 1)
x |
Named Vector to be correlated with matrix y |
y |
Matrix with compatible names as vector x |
method |
type of correlation to use "pearson" or "spearman" |
iter |
number of iterations to run |
p.cutoff |
p value cutoff for determining significance |
pct |
percentage upper variance to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.