Conversion from Eta-squared to Cohen's f
References
Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Lawrence Erlbaum Associates.
Examples
etasq.to.f(eta.squared = 0.01) # small
#> f.squared f eta.squared
#> 0.01010101 0.10050378 0.01000000
etasq.to.f(eta.squared = 0.06) # medium
#> f.squared f eta.squared
#> 0.06382979 0.25264558 0.06000000
etasq.to.f(eta.squared = 0.14) # large
#> f.squared f eta.squared
#> 0.1627907 0.4034733 0.1400000