Sample Size Determination
Sample Size Determination
What Is Sample Size Determination?
Sample size determination is the process of calculating how many participants you need to recruit for your study before you begin collecting data. It ensures your study is large enough to detect a meaningful effect (if one exists) while avoiding unnecessary cost and effort from over-recruiting.
Getting the sample size right is one of the most important decisions in research design. Too small, and your study lacks the statistical power to find real effects. Too large, and you waste time, money, and participant goodwill.
"How many participants do I need?" is the single most common statistics question researchers ask. The answer is never a guess — it's a calculation.
When to Use It
Sample size determination should happen before you collect any data, during the study design phase. You need it when:
- Writing a grant proposal (funders require justification for sample size)
- Submitting to an IRB/ethics board (to ensure you're not exposing unnecessary participants to risk)
- Planning a dissertation or thesis study
- Designing a clinical trial (regulatory agencies require formal power calculations)
- Planning any study where you want to make a credible statistical inference
The Inputs You Need
To calculate sample size, you need four pieces of information. Three are chosen by the researcher; the fourth is what you solve for:
| Input | Typical Value | Your Choice |
|---|---|---|
| Significance level () | .05 | How much Type I error risk you accept |
| Power () | .80 or .90 | How much Type II error risk you accept |
| Effect size (, , , etc.) | Varies | The smallest effect worth detecting |
| Sample size () | Solve for this | What you need to calculate |
Formula
For an Independent Samples t-Test (Two Groups, Equal Size)
Where:
- = required sample size per group
- = critical -value for your significance level (1.96 for , two-tailed)
- = critical -value for your desired power (0.84 for 80% power; 1.28 for 90% power)
- = expected Cohen's d effect size
For a Paired Samples t-Test
Where is the effect size for the difference scores (mean difference divided by the standard deviation of differences). Note that you need only one group, so is the total sample.
For One-Way ANOVA ( Groups)
Where is Cohen's effect size and is the total sample size across all groups.
For Chi-Square Test of Independence
Where is Cohen's effect size for chi-square tests.
Quick Reference Table
For (two-tailed) and power = .80, the per-group sample size for an independent t-test is:
| Cohen's d | per group |
|---|---|
| 0.20 (small) | 394 |
| 0.50 (medium) | 64 |
| 0.80 (large) | 26 |
Assumptions
- You have a reasonable effect size estimate. This is the hardest part. Options include:
- Results from a pilot study
- Meta-analyses in your field
- The smallest effect size of interest (SESOI) — the smallest effect that would be practically meaningful
- You know which statistical test you will use. Different tests have different formulas.
- Your design matches the formula. Equal vs. unequal group sizes, number of groups, number of predictors, etc.
- You plan for attrition. The formula gives you the minimum needed for analysis; recruit extra to compensate for dropouts.
Worked Example
Scenario: An educational researcher wants to compare reading comprehension scores across three teaching methods (phonics-based, whole-language, and blended). A recent meta-analysis suggests a medium effect (). She wants 80% power at .
Step 1: Identify parameters.
- groups
- (medium effect, Cohen's )
- , so
- Power = .80, so
Step 2: Apply the formula.
Step 3: Round up and distribute across groups.
Step 4: Adjust for attrition. Expecting 10% dropout:
Interpretation: The researcher needs approximately 140 participants per group (420 total) to have 80% power for detecting a medium effect across three groups, accounting for 10% attrition.
Note: This approximation is useful for planning. For precise calculations, use software such as G*Power, which accounts for the exact non-central -distribution. G*Power yields per group for this scenario (the -approximation is less precise for ANOVA).
Interpretation
A sample size calculation tells you the minimum number of participants needed under your stated assumptions. Key points for interpretation:
- The result is only as good as your effect size estimate. If the true effect is smaller than assumed, your study will be underpowered.
- Always round up to the next whole number — you cannot have 62.7 participants.
- For designs with groups, ensure each group meets the minimum, not just the total.
- Consider running a sensitivity analysis: calculate required for a range of plausible effect sizes (e.g., , , ) to see how sensitive your design is.
Common Mistakes
- Using "medium" as a default without justification. Reviewers will ask why you expect a medium effect. Cite prior research or explain your reasoning.
- Calculating sample size after data collection. This is backwards. Post hoc sample size calculations are meaningless — the data are already collected.
- Forgetting the design details. A repeated-measures design needs fewer participants than a between-subjects design. A 2x3 factorial ANOVA needs a different calculation than a one-way ANOVA.
- Ignoring attrition, missing data, and exclusions. Always inflate your target to account for real-world data loss.
- Confusing per-group and total sample size. If the formula gives per group and you have two groups, you need 128 total — not 64 total.
- Not specifying directionality. One-tailed tests require smaller samples than two-tailed tests, but they are harder to justify. Be clear about which you are using.
How to Report in APA Format
In the Method section, under Participants or Data Analysis Plan:
A priori sample size estimation was performed using G*Power 3.1 (Faul et al., 2009). For a one-way ANOVA with three groups, a medium effect size ( = 0.25), = .05, and power = .80, the minimum required sample was 159 per group (477 total). Anticipating approximately 10% attrition, we targeted 175 per group (525 total).
For a two-group design:
Based on prior research indicating a medium effect ( = 0.50; Smith & Jones, 2024), a power analysis for an independent samples t-test (two-tailed, = .05, power = .80) indicated a minimum of 64 participants per group. We recruited 75 per group to account for potential attrition.
Ready to calculate?
Now that you understand the concept, use the free Sample Size & Power Analysis Calculator on Subthesis to run your own analysis.
Related Concepts
Statistical Power & Power Analysis
Learn what statistical power is, why 80% is the standard threshold, and how to conduct a power analysis to determine if your study can detect real effects.
Effect Size
Learn what effect size is, why it matters more than p-values alone, and how to calculate and interpret Cohen's d, Hedges' g, and eta-squared for your research.
Independent Samples t-Test
Learn how to conduct and interpret an independent samples t-test, including assumptions, formulas, worked examples, and APA reporting guidelines.
One-Way ANOVA
Learn how to conduct a one-way ANOVA to compare three or more group means, including F-ratio formulas, post-hoc tests, and effect size with eta-squared.