Description Usage Arguments Value Author(s) Examples
Get pairs of correlations according to a specific condition.
1 | specific_correlations(cor, treshold=0.95, upper=TRUE, labels=NA)
|
cor |
Correlation matrix. |
treshold |
A treshold. |
upper |
Higher than the treshold if TRUE, lower if FALSE. |
labels |
Vector of additional infos about the items (such as the title). |
pairs |
A dataframe. |
Dominique Makowski
1 2 3 4 | require(neuropsychology)
cor <- cor(na.omit(select_numeric(personality)))
specific_correlations(cor, treshold=0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.