.effect_correlations {volker}R Documentation

Test whether correlations are different from zero

Description

Test whether correlations are different from zero

Usage

.effect_correlations(data, cols, cross, method = "pearson", labels = TRUE)

Arguments

data

A tibble.

cols

The columns holding metric values.

cross

The columns holding metric values to correlate.

method

The output metrics, TRUE or pearson = Pearson's R, spearman = Spearman's rho.

labels

If TRUE (default) extracts labels from the attributes, see codebook.

Value

A tibble with correlation results.


[Package volker version 2.0.1 Index]