Eta-Squared Effect Size

Master eta-squared calculations for ANOVA effect sizes.

Quick answer

Eta-Squared Effect Size in DataStatPro helps researchers understand the method, choose appropriate assumptions and outputs, and connect the analysis to publication-ready reporting. 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:

  • Understand different types of eta-squared calculations
  • Know how to use DataStatPro's Effect Size Calculator for ANOVA
  • Be able to interpret eta-squared values correctly
  • Apply eta-squared calculations to various ANOVA designs

When to Use Eta-Squared

Use eta-squared when:

  • Conducting one-way or factorial ANOVA
  • Interpreting the practical significance of ANOVA results
  • Comparing effect sizes across different studies
  • Planning sample sizes for future ANOVA studies

Common applications:

  • Experimental psychology: Treatment effect magnitude
  • Educational research: Intervention effectiveness across groups
  • Medical research: Treatment effects in multi-group designs
  • Social sciences: Group difference magnitudes

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

  • F-value from ANOVA
  • Degrees of freedom (between groups)
  • Degrees of freedom (within groups/error)

Method 2: Sum of Squares Input

  • Sum of squares between groups (SSB)
  • Sum of squares within groups (SSW)
  • Total sum of squares (SST)

Method 3: ANOVA Table Upload

  • Upload complete ANOVA results
  • Calculator extracts necessary values
  • Computes multiple effect size measures

Step 3: Select Eta-Squared Type

Eta-Squared (η²):

  • Formula: η² = SSB / SST
  • Proportion of total variance explained
  • Can be biased upward in small samples

Partial Eta-Squared (ηp²):

  • Formula: ηp² = SSB / (SSB + SSE)
  • Proportion of non-error variance explained
  • Most commonly reported in factorial designs

Omega-Squared (ω²):

  • Formula: ω² = (SSB - (dfB × MSE)) / (SST + MSE)
  • Less biased estimate of population effect size
  • Better for small samples

Epsilon-Squared (ε²):

  • Formula: ε² = (SSB - dfB × MSE) / SST
  • Unbiased estimate of population variance explained
  • Alternative to omega-squared

Step 4: Enter Your Data

For F-statistic Method:

  • F-value from ANOVA output
  • df between groups (numerator)
  • df within groups (denominator)
  • Sample size (if available)

For Sum of Squares Method:

  • SSB (sum of squares between groups)
  • SSW (sum of squares within groups)
  • SST (total sum of squares)
  • Verify: SST = SSB + SSW

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:

  • F(3, 76) = 8.45, p < 0.001
  • SSB = 1,250 (between groups)
  • SSW = 3,800 (within groups)
  • SST = 5,050 (total)
  • n = 80 total participants

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:

  • Main effect Treatment: F(1, 54) = 12.3, p < 0.01
  • Main effect Dosage: F(2, 54) = 6.8, p < 0.01
  • Interaction: F(2, 54) = 3.2, p = 0.048
  • SST = 2,400, SSE = 1,350

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 η²

  • Small effect: η² = 0.01 (1% of variance)
  • Medium effect: η² = 0.06 (6% of variance)
  • Large effect: η² = 0.14 (14% of variance)

Interpretation Guidelines

  • η² = 0.01: Small effect, minimal practical significance
  • η² = 0.06: Medium effect, moderate practical importance
  • η² = 0.14: Large effect, substantial practical significance
  • η² > 0.25: Very large effect, major practical importance

Practical Interpretation

  • η² = 0.10: Independent variable explains 10% of outcome variance
  • η² = 0.25: 25% of individual differences attributable to treatment
  • η² = 0.50: Treatment accounts for half of observed variation

Types of Eta-Squared

Eta-Squared (η²)

  • Use: One-way ANOVA, simple designs
  • Interpretation: Proportion of total variance explained
  • Limitation: Can be inflated by other factors in complex designs

Partial Eta-Squared (ηp²)

  • Use: Factorial ANOVA, repeated measures
  • Interpretation: Proportion of non-error variance explained
  • Advantage: Isolates effect of specific factor

Omega-Squared (ω²)

  • Use: Population effect size estimation
  • Interpretation: Less biased than eta-squared
  • Advantage: Better for small samples

Epsilon-Squared (ε²)

  • Use: Alternative unbiased estimator
  • Interpretation: Similar to omega-squared
  • Application: When omega-squared not available

Converting Between Effect Sizes

From F-statistic to Eta-Squared

  • Formula: η² = (F × df_num) / (F × df_num + df_den)
  • Partial: ηp² = F / (F + df_den/df_num)

From Eta-Squared to Cohen's f

  • Formula: f = √(η² / (1 - η²))
  • Use: For power analysis and sample size planning

From Eta-Squared to Cohen's d

  • Two groups: d = 2√(η² / (1 - η²))
  • Multiple groups: More complex conversion

Sample Size Planning with Eta-Squared

Power Analysis

  • Given η²: Calculate required sample size
  • Given n: Calculate detectable effect size
  • Cohen's f: Convert η² to f for power calculations

Sample Size Formula

  • Convert to f: f = √(η² / (1 - η²))
  • Use power analysis: Input f, α, power to get n
  • Account for groups: Total n across all conditions

Tips for Accurate Calculations

1. Choose Appropriate Type

  • One-way ANOVA: Use eta-squared (η²)
  • Factorial ANOVA: Use partial eta-squared (ηp²)
  • Small samples: Consider omega-squared (ω²)
  • Population estimates: Use omega or epsilon-squared

2. Verify ANOVA Assumptions

  • Independence: Observations should be independent
  • Normality: Residuals approximately normal
  • Homogeneity: Equal variances across groups
  • Random sampling: Representative samples

3. Consider Design Complexity

  • Simple designs: η² and ηp² often similar
  • Complex designs: ηp² preferred for individual effects
  • Repeated measures: Use specialized calculations
  • Mixed designs: Account for between and within factors

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

Advanced Applications

Repeated Measures ANOVA

  • Sphericity corrections: Adjust for violated assumptions
  • Greenhouse-Geisser: Conservative correction
  • Huynh-Feldt: Less conservative correction
  • Effect size interpretation: Consider within-subject design

Mixed-Effects Models

  • Fixed effects: Calculate eta-squared for fixed factors
  • Random effects: Consider variance components
  • Intraclass correlation: Related to eta-squared
  • Multilevel designs: Account for nesting

Meta-Analysis Applications

  • Combining effect sizes: Weight by sample size
  • Heterogeneity assessment: Test for consistency
  • Conversion to d: For combining with t-test studies
  • Publication bias: Check for selective reporting

Troubleshooting Guide

Issue: Eta-squared values seem too high

Solutions:

  • Check for data entry errors
  • Verify ANOVA assumptions are met
  • Consider if design inflates effect size
  • Use omega-squared for unbiased estimate

Issue: Negative omega-squared values

Solutions:

  • This can occur with very small effects
  • Report as ω² = 0 (no effect)
  • Consider larger sample size
  • Check if F-statistic is significant

Issue: Different eta-squared types give very different results

Solutions:

  • This is normal, especially in complex designs
  • Report the appropriate type for your design
  • Explain differences in interpretation
  • Consider multiple measures for completeness

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.