effect_counts_items_grouped {volker} | R Documentation |
Effect size and test for comparing multiple variables by a grouping variable
Description
Not yet implemented. The future will come.
Usage
effect_counts_items_grouped(data, cols, cross, clean = TRUE, ...)
Arguments
data |
A tibble containing item measures and grouping variable. |
cols |
Tidyselect item variables (e.g. starts_with...). |
cross |
The column holding groups to compare. |
clean |
Prepare data by data_clean. |
... |
Placeholder to allow calling the method with unused parameters from effect_counts. |
Value
A volker tibble.
[Package volker version 3.1.0 Index]