Bootstrap Effect Size Calculator

Measure significance with bootstrap resampling, intervals, and contrasts. Switch methods, enter data, and inspect distributions. Turn sample differences into defensible decisions with transparent uncertainty.

Calculator Inputs

Effect size direction is always calculated as Group B minus Group A.
Use commas, spaces, semicolons, or new lines.
For paired data, place matching observations in the same order.
Example Data Table
Raw sample example for quick testing
Observation Group A Group B
11218
21520
31419
41621
51317
61722
71420
81519
91823
101621
Formula Used
Mean Difference:
Mean Difference = Mean(B) − Mean(A)
Cohen's d for independent groups:
d = (Mean(B) − Mean(A)) / spooled
spooled = √[ ((nA−1)sA2 + (nB−1)sB2) / (nA+nB−2) ]
Hedges' g:
g = d × J, where J = 1 − 3 / (4(nA+nB) − 9)
Glass's Δ:
Δ = (Mean(B) − Mean(A)) / sA
This uses Group A as the reference standard deviation.
Paired Cohen's dz:
dz = Mean(Differences) / SD(Differences)
Bootstrap confidence interval:
Repeatedly resample the data with replacement, recalculate the effect size, then take percentile cutoffs at α/2 and 1−α/2.
How to Use This Calculator
  1. Choose raw samples or summary statistics.
  2. Name the two groups for clearer reports.
  3. Select independent or paired design.
  4. Pick an effect size metric matching your study goal.
  5. Enter confidence level, iterations, and optional seed.
  6. Click the calculate button to show results above the form.
  7. Inspect the point estimate, interval, and bootstrap distribution plot.
  8. Export the summary as CSV or PDF when needed.
Frequently Asked Questions

1) What does a bootstrap effect size show?

It shows the magnitude of the difference between two groups and the uncertainty around that magnitude. Bootstrapping repeatedly resamples the data, giving a data-driven confidence interval for the chosen effect metric.

2) When should I use Hedges' g instead of Cohen's d?

Use Hedges' g when sample sizes are modest and you want a small-sample bias correction. It is often preferred for reporting standardized differences in studies with limited observations.

3) What is the difference between independent and paired designs?

Independent designs compare separate groups. Paired designs compare linked observations, such as before-and-after scores on the same subjects. The paired option resamples matched pairs together.

4) Why can the bootstrap interval differ from a textbook formula?

Bootstrap intervals are built from the empirical resampling distribution, not only from theoretical assumptions. They can better reflect skewed or irregular data when classic formulas are less reliable.

5) How many bootstrap iterations should I use?

Three thousand to five thousand iterations usually gives stable percentile intervals for routine work. Larger runs can improve stability, especially for publication-quality estimates or noisy datasets.

6) Can I use summary statistics instead of raw values?

Yes. Summary mode works from sample size, mean, and standard deviation. It uses a normal-data approximation to generate a parametric bootstrap distribution because the original observations are not available.

7) What does a negative effect size mean here?

A negative value means Group B is lower than Group A because the calculator always computes Group B minus Group A. The sign reflects direction, while the absolute size reflects magnitude.

8) Should I report only the effect size?

Report the effect size together with its confidence interval, study design, sample sizes, and the exact metric used. That combination gives readers both magnitude and uncertainty.

Related Calculators

4 way anova calculatoranova p-value calculatorgroup permutation calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.