Output test statistics and effect size for contingency tables
Source:R/effects.R
effect_counts_one_grouped.Rd
Chi squared is calculated using stats::chisq.test
.
If any cell contains less than 5 observations, the exact-parameter is set.
Arguments
- data
A tibble.
- col
The column holding factor values.
- 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.