Statistics guide

Which Statistical Test Should I Use?

Choose between descriptive statistics, t-tests, correlation, regression, and chi-square tests based on variable type and research question.

Start with the question

If you want to summarize one numeric variable, start with descriptive statistics.

If you want to compare means, consider a t-test. If you want association between numeric variables, consider correlation or regression. If you want categorical count differences, consider chi-square.

Match the test to variable type

Numeric outcomes support means, standard deviations, t-tests, correlation, and regression when assumptions fit.

Categorical counts support chi-square tests when expected cell counts are large enough.

Check assumptions before p-values

Independence, sampling method, distribution shape, outliers, and expected counts can matter more than the final p-value.

A statistically significant result can still be practically small or caused by biased data collection.

Separate paired and independent designs

Measurements from the same person before and after an intervention are paired; measurements from unrelated groups are independent. Treating paired observations as independent discards the within-pair relationship and can change the uncertainty estimate.

Write down the observational unit, grouping variable, outcome, and whether any subject appears more than once before choosing a calculator mode.

Plan for effect size and power

A test choice does not determine whether the sample can detect a practically important effect. Define the smallest meaningful difference, plausible variability, and planned sample size before collecting data when possible.

Report effect sizes and confidence intervals with p-values. A small p-value does not make a tiny effect important, and a large p-value does not prove that two groups are equivalent.

Quick selection examples
The right test follows from the question, variable type, design, and assumptions.
  • Compare average delivery times for two independent teams: independent two-sample t-test.
  • Measure relationship between advertising spend and sales: correlation or linear regression.
  • Compare observed counts across product categories against expected counts: chi-square goodness-of-fit test.
Sources and disclaimer

This guide is educational statistical context. Review study design and assumptions before using results for decisions.

Last updated: 2026-09-02. Reviewed by Calculator Suite editorial review.