specific_correlations: Correlations Pairs According to Condition

Description Usage Arguments Value Author(s) Examples

Description

Get pairs of correlations according to a specific condition.

Usage

1
specific_correlations(cor, treshold=0.95, upper=TRUE, labels=NA)

Arguments

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).

Value

pairs

A dataframe.

Author(s)

Dominique Makowski

Examples

1
2
3
4
require(neuropsychology)

cor <- cor(na.omit(select_numeric(personality)))
specific_correlations(cor, treshold=0.2)

neuropsychology/neuropsychology.R documentation built on May 23, 2019, 4:27 p.m.