statsmodels.stats.oneway.f2_to_wellek¶
- statsmodels.stats.oneway.f2_to_wellek(f2, n_groups)[source]¶
Convert Cohen’s f-squared to Wellek’s effect size (sqrt)
This computes the following effect size :
eps = sqrt(n_groups * f2)
Last update:
Oct 29, 2024