Inferential statistics allow researchers to draw conclusions about populations from sample data and to decide whether observed effects are likely due to chance. Core tools include t-tests (comparing two means), ANOVA (comparing three or more means), and chi-square tests (categorical data). The p-value expresses the probability of obtaining results at least as extreme as observed, assuming the null hypothesis is true. A p-value below the significance threshold (typically .05) justifies rejecting the null, though this threshold is arbitrary and widely misunderstood.
Run a t-test on a small dataset by hand to understand what the test statistic represents. Then use software to analyze a larger dataset and interpret the full output, including confidence intervals.
From your study of hypothesis testing, you know the basic logic: state a null hypothesis (typically that there is no effect), collect data, compute a test statistic, and decide whether the data are surprising enough under the null to reject it. Inferential statistics in psychology applies this framework to real research questions — comparing group means, testing correlations, examining categorical relationships — and introduces the specific tools psychologists use most often.
The three workhorses of inferential statistics in psychology are the t-test, ANOVA, and the chi-square test. The t-test compares two means: is the average memory score in the trained group higher than in the control group, beyond what chance variation would produce? It does this by computing how many standard errors apart the two sample means are. If that distance is large relative to what you'd expect by chance (under the null), you reject the null. ANOVA (Analysis of Variance) extends the same logic to three or more groups — comparing a control, low-dose, and high-dose condition, for example — while controlling the Type I error rate that would inflate if you ran multiple t-tests. The chi-square test addresses categorical outcomes: are observed frequencies of categories (e.g., recovery vs. no recovery across treatment groups) different from what chance predicts?
The p-value is the most used and most misunderstood number in psychological research. Its correct definition: the probability of observing data at least as extreme as what you got, *assuming the null hypothesis is true*. This is a conditional probability — P(data | null) — not P(null | data). Psychologists routinely confuse the two, interpreting p = .03 as "there's only a 3% chance the null is true," which is wrong. The p-value says nothing about the probability the null is true; that requires prior probabilities the frequentist framework does not provide. What p = .03 does tell you: if the null were true, results this extreme would occur only 3% of the time by chance.
The significance threshold of .05 is a convention established by Ronald Fisher in the 1920s and widely adopted in psychology. Setting α = .05 means you accept a 5% risk of rejecting a true null hypothesis (a Type I error, or false positive). Crucially, the .05 threshold says nothing about Type II errors (false negatives — missing a real effect). Controlling Type II errors requires adequate statistical power, which depends primarily on sample size. A study with 20 participants may have only 40% power to detect a medium-sized effect, meaning it will miss that effect 60% of the time.
The most important practical lesson: statistical significance is not practical importance. Because significance depends on sample size, a study with 50,000 participants can achieve p < .001 for an effect so small it has no real-world consequence. Effect size measures — Cohen's d for mean differences, r² for correlations, η² for ANOVA — quantify the *magnitude* of an effect independently of sample size. A complete inferential report includes both a p-value and an effect size. The growing replication crisis in psychology has made this point urgent: many published findings with p < .05 have failed to replicate, partly because small samples combined with flexible analysis choices artificially inflated apparent significance.