| effect_counts_items_grouped | R Documentation |
Effect size and test for comparing multiple variables by a grouping variable
effect_counts_items_grouped(
data,
cols,
cross,
method = "cramer",
adjust = "fdr",
labels = TRUE,
clean = TRUE,
...
)
data |
A tibble containing item measures and grouping variable. |
cols |
Tidyselect item variables (e.g. starts_with...). |
cross |
The column holding groups to compare. |
method |
The output metrics, currently only |
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 |
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_counts. |
A volker tibble.
library(volker)
data <- volker::chatgpt
effect_counts_items_grouped(
data, starts_with("cg_adoption_adv"), sd_gender
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.