View source: R/partial_eta_sq.R
partial_eta_sq | R Documentation |
Calculates partial eta squared effect size for ANOVAs
partial_eta_sq(SS.Between, SS.Error)
SS.Between |
Sum of Squares Between from ANOVA Output |
SS.Error |
Sum of Squares Error from ANOVA Output |
A single value representing partial eta squared
Mike Malek-Ahmadi
1. Levine TR, Hullett CR. Eta squared, partial eta squared, and misreporting of effect size in communication research. Human Communication Research 2002;28:612-625.
#From Levine & Hullett (2002), Example 1 in Table 1
partial_eta_sq(2500, 800)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.