Learn R Programming

volker (version 2.1.0)

effect_counts_items_grouped: 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, ...)

Value

A volker tibble.

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.