f.to.etasq | R Documentation |
Helper function to convert between Cohen's f and Eta-squared.
f.to.etasq(f, verbose = TRUE)
etasq.to.f(eta.squared, verbose = TRUE)
f |
Cohen's f. |
eta.squared |
(Partial) Eta-squared. |
verbose |
logical; whether the output should be printed on the console. |
f |
Cohen's f. |
eta.squared |
(Partial) Eta-squared. |
Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Lawrence Erlbaum Associates.
f.to.etasq(f = 0.10) # small
f.to.etasq(f = 0.25) # medium
f.to.etasq(f = 0.40) # large
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.