eta_to_d | R Documentation |
This functions allows directly transforming eta values from ANOVAs, for example, to Cohen's d values for consistent data presentation. Cohen's d is calcuated using the following formula.
d = \sqrt[]{\frac{4 \eta^2}{1-\eta^2}}
eta_to_d(
eta
)
eta |
eta squared value (e.g. generalized eta squared) |
eta_to_d(eta = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.