partial_eta_sq: Partial Eta Squared Calculation

Description Usage Arguments Value Author(s) References Examples

View source: R/partial_eta_sq.R

Description

Calculates partial eta squared effect size for ANOVAs

Usage

1
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

1
2
3
#From Levine & Hullett (2002), Example 1 in Table 1

partial_eta_sq(2500, 800)

ClinSigMeasures documentation built on Feb. 25, 2021, 5:08 p.m.