Skip to contents

Not yet implemented. The future will come.

Usage

tab_counts_items_grouped_items(
  data,
  cols,
  cross,
  method = "cramer",
  labels = TRUE,
  clean = TRUE,
  ...
)

Arguments

data

A tibble containing item measures.

cols

Tidyselect item variables (e.g. starts_with...).

cross

Tidyselect item variables (e.g. starts_with...).

method

The output metrics, cramer = Cramer's V, f1 = F1-value (only possible when the variable sets have the same labels).

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.

Value

A volker tibble.