pairwiseCor | R Documentation |
Computes all pairwise correlations between the columns of a data frame
pairwiseCor(x)
x |
A data frame containing numeric variables of interest. |
all pairwise absolute correlations, correlations, Pval, Adj P val by decreasing order of absolute correlations.
Aline Talhouk, Derek Chiu
set.seed(123)
x <- data.frame(matrix(rnorm(25), nrow = 5))
pairwiseCor(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.