- data
A tibble containing item measures.
- cols
Tidyselect item variables (e.g. starts_with...).
- cross
The column holding metric values to correlate.
- method
The output metrics, pearson = Pearson's R, spearman = Spearman's rho.
- adjust
Performing multiple significance tests inflates the alpha error.
Thus, p values need to be adjusted according to the number of tests.
Set a method supported by stats::p.adjust
,
e.g. "fdr" (the default) or "bonferroni". Disable adjustment with FALSE.
- labels
If TRUE (default) extracts labels from the attributes, see codebook.
- clean
Prepare data by data_clean.
- ...
Placeholder to allow calling the method with unused parameters from effect_metrics.