Correlation of categorical items with categorical items
tab_counts_items_grouped_items(
data,
cols,
cross,
method = "cramer",
category = NULL,
labels = TRUE,
clean = TRUE,
...
)
A volker tibble.
A tibble containing item measures.
Tidyselect item variables (e.g. starts_with...).
Tidyselect item variables (e.g. starts_with...).
The method of correlation calculation:
cramer
for Cramer's V,
npmi
for Normalized Pointwise Mutual Information. Not implemented yet.
If TRUE (default) extracts labels from the attributes, see codebook.
Prepare data by data_clean.
Placeholder to allow calling the method with unused parameters from plot_counts.