Which Test Should I Use?
The eternal question. Answer a few plain-English questions about your data and design, and get a recommendation — plus the interactive lesson where you can see that test in action. No jargon required.
A recommendation, not a verdict. Real analyses depend on details no flowchart can see — check the test's assumptions (Assumptions & When They Break), and remember that a significant p-value still needs an effect size next to it.
Pick one test, not many. Running several of these on the same data and keeping whichever turns up p < .05 is the fast route to a false positive — the garden of forking paths. Decide your analysis before you look at the data, ideally by preregistering it.
Planning a whole study? The Plan My Analysis wizard takes the test you land on here and builds a full, printable plan — assumptions to check, the sample size you need, and an APA write-up skeleton. Plan your analysis →
The whole map on one screen
Prefer to scan? The table below is the cheat-sheet version, and every test opens its interactive lesson. Want it on paper? Print the one-page which-test cheat sheet. Prefer the full story in prose, with honest advice on messy designs? Read Choosing Statistics for Your Dissertation.
| Your situation | Test → lesson | Section |
|---|---|---|
| One group vs. a known value | One-sample t-test | 1.11 |
| Same people, measured twice | Paired t-test | 1.11 |
| Two separate groups | Independent t-test (Welch) | 1.12 |
| 3+ separate groups, one factor | One-way ANOVA | 2.1 |
| 3+ groups, two crossed factors | Factorial ANOVA | 2.3 |
| Same people, 3+ conditions | Repeated-measures ANOVA | 2.4 |
| Group comparison, adjusting for a covariate | ANCOVA | 3.4 |
| Groups compared on several outcomes at once | MANOVA | 3.11 |
| Any of the above, assumptions broken | Rank-based alternative | 2.6 |
| Two continuous variables, association | Pearson correlation | 2.8 |
| Two categorical variables, association | Chi-square test | 2.7 |
| Predict a number, one predictor | Simple linear regression | 2.9 |
| Predict a number, several predictors | Multiple regression | 3.1 |
| Predict yes/no | Logistic regression | 3.7 |
| Predict a count | Poisson / negative binomial GLM | 4.4 |
| Nested / clustered / repeated data | Mixed (multilevel) model | 4.5 |
| Time until an event, with dropouts | Kaplan–Meier / survival analysis | 4.8 |
| Combining many studies | Meta-analysis | 4.10 |
| Predict as accurately as possible (not test a hypothesis) | Machine-learning models | ML 4.1 |