Partial Eta Squared Calculator

Partial Eta Squared Calculator

Calculate partial eta squared from ANOVA sums of squares or from an F statistic and degrees of freedom, then convert the result to Cohen f.

📌Named ANOVA Presets
đź§®Effect Size Inputs

Use this when your ANOVA table reports effect SS and error SS.

Benchmarks are descriptive and should not replace field norms.

Use the row for the effect, factor, covariate, or interaction.

Use the matching residual or error term for that effect.

Use the reported F value for the same ANOVA row.

Numerator degrees of freedom; optional for SS, required for F.

Denominator degrees of freedom; optional for SS, required for F.

Optional benchmark, prior study, or minimum effect of interest.

Use more decimals for small effects near zero.

Partial eta squared 0.000 partial variance proportion
Percent partial variance 0.0% of effect plus error variance
Cohen f 0.000 sqrt(p eta2 / (1 - p eta2))
Magnitude Medium Cohen benchmark
🔢Formula Breakdown
Partial eta squared from SSpartial eta² = SS_effect / (SS_effect + SS_error). Use the effect row and its matched error term from the same ANOVA source table.
Partial eta squared from Fpartial eta² = (F × df_effect) / (F × df_effect + df_error). This is useful when the paper reports F and degrees of freedom but not sums of squares.
Cohen f conversionCohen f = sqrt(partial eta² / (1 - partial eta²)). The scale is unbounded upward, while partial eta² stays between 0 and 1.
Optional F reconstructionWhen SS and both degrees of freedom are supplied, F = (SS_effect / df_effect) / (SS_error / df_error). The calculator shows this as a consistency check.
đź§­Effect Size Reference Grid
0.01Small partial eta²
0.06Medium partial eta²
0.14Large partial eta²
0.25Medium Cohen f
SS+SSEPartial denominator
FĂ—dfF numerator term
0 to 1Partial eta² range
df2Error df in F mode
đź“‹Partial Eta Squared Comparison Grid
ANOVA term Input source Required values Partial denominator Output range Best reporting use
Main effectSS tableSS effect, SS errorEffect plus matched error SS0 to under 1Report as partial eta² with factor df and error df when available
Main effectF tableF, df effect, df errorF Ă— df effect plus df error0 to under 1Recover an effect size from published ANOVA summaries
InteractionSS tableSS interaction, SS errorInteraction SS plus matching residual SS0 to under 1Use the specific error term for that interaction
Within-subject factorRepeated measures tableEffect SS, effect error SSEffect plus within-subject error SS0 to under 1Report alongside correction method if sphericity was adjusted
CovariateANCOVA tableSS covariate, SS errorCovariate SS plus model error SS0 to under 1Describe variance controlled by the covariate within the model
Planned contrastF contrastF, contrast df, error dfContrast F term plus error df0 to under 1Useful when the contrast has its own F statistic
MANOVA follow-upUnivariate ANOVAFollow-up F or SS rowEffect-specific denominator0 to under 1Keep each dependent variable clearly separated

Benchmark Lookup

Label Partial eta² Percent partial variance Cohen f Plain reading
Very smallunder 0.01under 1%under 0.10Effect is below the conventional small benchmark
Small0.01 to 0.0591% to 5.9%0.10 to 0.25Visible but usually modest in practical terms
Medium0.06 to 0.1396% to 13.9%0.25 to 0.40Clear share of partial model variance
Large0.14 to 0.25914% to 25.9%0.40 to 0.59Strong effect by common ANOVA convention
Very large0.26 or more26% or more0.59 or moreLarge enough to deserve design and context checks

Common Reported F Examples

Reported F df effect df error partial eta² Cohen f Benchmark
2.151580.0360.193Small
4.802920.0940.322Medium
6.103870.1740.459Large
9.251440.1740.459Large
12.4041160.2990.653Very large
18.702640.3690.765Very large

SS Example Lookup

Effect SS Error SS Denominator partial eta² Percent
87928000.0101.0%
325015330.0606.0%
483423900.12312.3%
986027000.14014.0%
1564446000.26026.0%
2454557000.35035.0%
đź’ˇTwo Reporting Tips
Match the denominator: For SS mode, use the error term paired with that exact effect. In factorial, repeated-measures, and mixed designs, different rows can use different error terms.
Report the context: Partial eta² is model-specific. Include F, df, p-value if available, and the design so readers can compare it with similar analyses.

So you run an analysis of variance and it’s significant. Great! But you don’t know anything except that from that single test result. A small difference can be statistically large with a big enough sample, which is why we want to understand effect sizes.

Partial eta squared does just that, it converts the meaningless statistical noise of significance testing (which is highly dependent on sample size) to something meaningful: the proportion of variance explained by a factor. P-values never tell us much about how big the difference is; partial eta squared do. It’ll take those F stats or raw sums of squares from whatever program you’re using and convert them for you into a proportion of variance explained, but what does that number realy mean?

What is Partial Eta Squared?

The calculator on this page will do all of that for you, but I figured I’d put some context around what the number actualy represents.

In simple terms, partial eta squared isolates how much of the variance is explained within a model by one single factor (effect). It does this without taking into account any other variation due to other factors in the model. Partial means that it doesn’t include all the variation in the data set, just the portion that’s relevant to the factor/ effect being measured as well as the matching error term.

Why is this important? Because with a complicated design, you can look at each part on its own. Your ANOVA table will have rows for your main effects, interactions, and error terms, depending on the analysis you perform.

For a particular effect you want to calculate partial eta squared for, you subtract the sum of squares for that effect from the total sum of squares. Then you divide that value by the sum of squares for the effect + its own error term. So you’ll have to identify which row(s) in your output table correspond to the effect and its error. The calculator above should do all this for you, it will save you from having to do the division yourself, but you’ll still have to select the correct rows from your output table.

To make sense of these figures, researchers typically use standard benchmarks. For example, Cohen suggested that if the effect size were about 0.01 it’s considered small; 0.06 medium, and 0.14 large. These aren’t laws of nature by any means. They’re simply a shared language for discussing findings from study to study.

What seems like a small effect could easily be statistically significant in a large experiment but completely useless in practice. And what counts as a large effect is relatively uncommon in most social science settings and can indicate either a strong phenomenon, or a problem with how the data was collected.

The page also includes a reference table of benchmarks and their Cohen f values. These are useful because different fields or even different journals tend to favor one metric more then the other. Cohen f is simply a re-expression of the same ratio at a different scale. However, don’t mistake partial eta squared as some kind of universal truth. The metric is tied to the particular model that was run. Even if there is the same relationship between variables, changing the design or adding covariates can change the value. That’s why you always should report the F statistic and degrees of freedom along with the effect size. Other researchers will be able to recreate what you found and determine the magnitude.

P-values are tempting for many folks because they act like a simple yes or no. However, the effect size shows just how much variance your predictor has been able to capture. In practice, it’s possible that your big result actualy has a tiny partial eta squared.

Does that mean you’ve failed? Not necessarily. It could be that the effect is subtle. It could also indicate that there was another factor that was responsible for most of the variance, but which wasn’t measured. Or maybe you had such a small sample that your study was simply underpowered. This means you missed a real signal because your sample size was to small. The tool lets you see that trade-off nicely.

If your paper doesn’t report sums of squares, then it may instead have reported the F value and degrees of freedom: just plug them into the tool and you’ll get the same answer.

So there you have it: Partial eta squared is that bridge from statistical significance to practical significance. It compels you to consider the question of just how meaningful this difference is. Is it a big enough difference? Whether it’s a new product feature, a therapeutic intervention, or a new teaching method, in many cases, the “how big” matters far more than knowing for sure that it exists.

Converting your ANOVA output into proportional terms helps you get a better read on what your data realy means. Did you detect anything? Yes. Is what you did detect worth building upon? That’s what the effect size tells you. And that’s what most people miss: they focus on whether they detected it, but not on the magnitude (i.e., whether it matters).

In conclusion, sometimes you can detect a small effect with a lot of certainty. This isn’t as useful as detecting a larger one with a bit more uncertainty. It all depends on what you’re trying to prove.

Partial Eta Squared Calculator