effect_metrics_items_grouped {volker} | R Documentation |
Output confidence intervals of group means, F-Statistics and effect size (Eta^2)
Description
Not yet implemented. The future will come.
Usage
effect_metrics_items_grouped(data, cols, cross, clean = T, ...)
Arguments
data |
A tibble containing item measures. |
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_metrics. |
Value
A volker tibble.
[Package volker version 2.0.1 Index]