statsmodels.stats.oneway.f2_to_wellek¶
- statsmodels.stats.oneway.f2_to_wellek(f2, n_groups)[ソース]¶
Convert Cohen's f-squared to Wellek's effect size (sqrt)
This computes the following effect size :
eps = sqrt(n_groups * f2)
最終更新日:
2025年01月28日