| tab_counts_items_grouped_items | R Documentation |
Correlation of categorical items with categorical items
tab_counts_items_grouped_items(
data,
cols,
cross,
method = "cramer",
category = NULL,
labels = TRUE,
clean = TRUE,
...
)
data |
A tibble containing item measures. |
cols |
Tidyselect item variables (e.g. starts_with...). |
cross |
Tidyselect item variables (e.g. starts_with...). |
method |
The method of correlation calculation:
|
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 plot_counts. |
A volker tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.