.effect_correlations | R Documentation |
Test whether correlations are different from zero
.effect_correlations(data, cols, cross, method = "pearson", labels = TRUE)
data |
A tibble. |
cols |
The columns holding metric values. |
cross |
The columns holding metric values to correlate. |
method |
The output metrics, pearson = Pearson's R, spearman = Spearman's rho. The reported R square value is just squared Spearman's or Pearson's R. |
labels |
If TRUE (default) extracts labels from the attributes, see codebook. |
A tibble with correlation results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.