Epsilon-squared (Kelley, 1935)
Usage
epsilon_squared(ss_effect, ss_total, df_effect, ms_error)
Arguments
- ss_effect, ss_total
Sums of squares.
- df_effect
Numerator d.f. of the effect.
- ms_error
Error mean square.
Value
A morie_effect_size.
Examples
r <- epsilon_squared(20, 30, 1, 1)
r$estimate
#> [1] 0.6333333