Knowledge Base / Eta-Squared Effect Size Inferential Statistics 10 min read

Eta-Squared Effect Size

Master eta-squared calculations for ANOVA effect sizes.

How to Calculate Eta-Squared Effect Size Using DataStatPro

What is Eta-Squared?

Eta-squared (η²) is a measure of effect size used in Analysis of Variance (ANOVA) that indicates the proportion of total variance in the dependent variable that is associated with the independent variable(s). It ranges from 0 to 1, where 0 indicates no effect and 1 indicates that the independent variable explains all the variance in the dependent variable.

Learning Objectives

By the end of this tutorial, you will:

When to Use Eta-Squared

Use eta-squared when:

Common applications:

Quick Start Guide

  1. Navigate to Calculator: Go to "Calculators" → "Effect Size Calculators"
  2. Select Eta-Squared: Choose "Eta-Squared Calculator"
  3. Enter ANOVA Results: Input F-statistic, degrees of freedom, or sum of squares
  4. Choose Type: Select appropriate eta-squared variant
  5. Calculate: Click "Calculate Effect Size" for results

Step-by-Step Instructions

Step 1: Access the Effect Size Calculator

  1. Open DataStatPro in your web browser
  2. Navigate to "Calculators" from the main menu
  3. Select "Effect Size Calculators"
  4. Choose "Eta-Squared Calculator" from available options

Step 2: Choose Input Method

Method 1: F-statistic Input

Method 2: Sum of Squares Input

Method 3: ANOVA Table Upload

Step 3: Select Eta-Squared Type

Eta-Squared (η²):

Partial Eta-Squared (ηp²):

Omega-Squared (ω²):

Epsilon-Squared (ε²):

Step 4: Enter Your Data

For F-statistic Method:

For Sum of Squares Method:

Step 5: Calculate and Interpret Results

  1. Click "Calculate Eta-Squared"
  2. Review effect size magnitude
  3. Check confidence interval (if available)
  4. Examine interpretation guidelines
  5. Compare different eta-squared variants

Example Calculation: Educational Intervention

Scenario

A study compared test scores across four different teaching methods using one-way ANOVA.

ANOVA Results:

Step-by-Step Calculation

  1. Access Calculator: Effect Size Calculators → Eta-Squared

  2. Enter Data:

    • Input method: Sum of squares
    • SSB = 1,250
    • SSW = 3,800
    • SST = 5,050
    • df between = 3
    • df within = 76
  3. Calculate Different Types:

    Eta-Squared (η²):

    • η² = SSB / SST = 1,250 / 5,050 = 0.247

    Partial Eta-Squared (ηp²):

    • ηp² = SSB / (SSB + SSW) = 1,250 / (1,250 + 3,800) = 0.247
    • Note: Same as η² in one-way ANOVA

    Omega-Squared (ω²):

    • MSE = SSW / df_within = 3,800 / 76 = 50
    • ω² = (SSB - df_between × MSE) / (SST + MSE)
    • ω² = (1,250 - 3 × 50) / (5,050 + 50) = 1,100 / 5,100 = 0.216
  4. Results:

    • Eta-squared (η²): 0.247 (24.7% of variance explained)
    • Omega-squared (ω²): 0.216 (21.6% unbiased estimate)
    • Effect size: Large effect
    • Interpretation: Teaching method explains about 22-25% of test score variance

Example Calculation: Factorial ANOVA

Scenario

A 2×3 factorial ANOVA examined the effects of treatment type (2 levels) and dosage (3 levels) on recovery time.

ANOVA Results:

Step-by-Step Calculation

  1. Calculate Sum of Squares:

    • SS_Treatment = F × df × MSE = 12.3 × 1 × 25 = 307.5
    • SS_Dosage = 6.8 × 2 × 25 = 340
    • SS_Interaction = 3.2 × 2 × 25 = 160
    • MSE = SSE / df_error = 1,350 / 54 = 25
  2. Calculate Partial Eta-Squared for Each Effect:

    Treatment Effect:

    • ηp² = SS_Treatment / (SS_Treatment + SSE)
    • ηp² = 307.5 / (307.5 + 1,350) = 0.185

    Dosage Effect:

    • ηp² = SS_Dosage / (SS_Dosage + SSE)
    • ηp² = 340 / (340 + 1,350) = 0.201

    Interaction Effect:

    • ηp² = SS_Interaction / (SS_Interaction + SSE)
    • ηp² = 160 / (160 + 1,350) = 0.106
  3. Results:

    • Treatment: ηp² = 0.185 (medium-large effect)
    • Dosage: ηp² = 0.201 (large effect)
    • Interaction: ηp² = 0.106 (medium effect)

Understanding Eta-Squared Values

Cohen's Benchmarks for η²

Interpretation Guidelines

Practical Interpretation

Types of Eta-Squared

Eta-Squared (η²)

Partial Eta-Squared (ηp²)

Omega-Squared (ω²)

Epsilon-Squared (ε²)

Converting Between Effect Sizes

From F-statistic to Eta-Squared

From Eta-Squared to Cohen's f

From Eta-Squared to Cohen's d

Sample Size Planning with Eta-Squared

Power Analysis

Sample Size Formula

Tips for Accurate Calculations

1. Choose Appropriate Type

2. Verify ANOVA Assumptions

3. Consider Design Complexity

Common Mistakes to Avoid

Using eta-squared for factorial designs ✅ Use partial eta-squared for individual effects in complex designs

Ignoring bias in small samples ✅ Consider omega-squared for unbiased population estimates

Misinterpreting partial eta-squared ✅ Remember it's proportion of non-error variance, not total variance

Not reporting confidence intervals ✅ Include CI when available to show precision

Using Cohen's benchmarks universally ✅ Consider field-specific effect size interpretations

Related Calculators

Advanced Applications

Repeated Measures ANOVA

Mixed-Effects Models

Meta-Analysis Applications

Troubleshooting Guide

Issue: Eta-squared values seem too high

Solutions:

Issue: Negative omega-squared values

Solutions:

Issue: Different eta-squared types give very different results

Solutions:

Frequently Asked Questions

Q: What's the difference between eta-squared and partial eta-squared?

A: Eta-squared uses total variance in denominator, while partial eta-squared uses only the relevant variance (effect + error). In one-way ANOVA they're identical, but differ in factorial designs.

Q: Should I report eta-squared or omega-squared?

A: Eta-squared is more common and easier to interpret. Use omega-squared when you want an unbiased population estimate, especially with small samples.

Q: Can eta-squared be negative?

A: Eta-squared cannot be negative (ranges 0-1), but omega-squared can be slightly negative with very small effects. Report negative omega-squared as 0.

Q: How do I interpret partial eta-squared in factorial ANOVA?

A: Partial eta-squared tells you what proportion of the variance (excluding other effects) is explained by that specific factor. It's the effect size for that factor alone.

Q: What eta-squared value indicates practical significance?

A: This depends on your field. Cohen's benchmarks (0.01, 0.06, 0.14) are starting points, but consider the practical context and costs/benefits of interventions.

Next Steps

After calculating eta-squared:

  1. Interpret Magnitude: Consider both statistical and practical significance
  2. Report Results: Include appropriate eta-squared type and interpretation
  3. Plan Future Studies: Use for power analysis and sample size planning
  4. Compare Literature: Contextualize within existing research
  5. Consider Mechanisms: Explore why effects are large or small

Additional Resources


This tutorial is part of DataStatPro's comprehensive statistical education series. For more tutorials and resources, visit our Knowledge Hub.