partial_eta_sq {ClinSigMeasures} | R Documentation |
Partial Eta Squared Calculation
Description
Calculates partial eta squared effect size for ANOVAs
Usage
partial_eta_sq(SS.Between, SS.Error)
Arguments
SS.Between |
Sum of Squares Between from ANOVA Output |
SS.Error |
Sum of Squares Error from ANOVA Output |
Value
A single value representing partial eta squared
Author(s)
Mike Malek-Ahmadi
References
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.
Examples
#From Levine & Hullett (2002), Example 1 in Table 1
partial_eta_sq(2500, 800)
[Package ClinSigMeasures version 1.2 Index]