effect_counts_one_cor {volker} | R Documentation |
Output test statistics and effect size for categories correlated with a metric column
Description
Not yet implemented. The future will come.
Usage
effect_counts_one_cor(data, col, cross, clean = TRUE, ...)
Arguments
data |
A tibble. |
col |
The column holding factor values. |
cross |
The column holding metric values. |
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 2.0.1 Index]