Get AI summaries of any video or article — Sign up free
Paired Samples T Test - Running, Interpreting, and Reporting Paired-Sample T-Test Results using SPSS thumbnail

Paired Samples T Test - Running, Interpreting, and Reporting Paired-Sample T-Test Results using SPSS

Research With Fawad·
5 min read

Based on Research With Fawad's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Use a paired-samples t test when the same respondents are measured on the same continuous variable at two time points (e.g., before vs. after an intervention).

Briefing

A paired-samples t test is the go-to statistical tool when the same people are measured twice—before and after an intervention—and the goal is to determine whether their continuous outcomes changed in a statistically meaningful way. The method is also known as a repeated-measures technique: it compares each respondent’s “before” score with their own “after” score, rather than comparing two independent groups. That pairing matters because it controls for stable individual differences, making the test more sensitive to real change caused by training, equipment, campaigns, or other interventions.

In the SPSS workflow, the analysis starts with two columns of data: one for the “before” measurements and one for the “after” measurements. After opening SPSS and going to Analyze → Compare Means → Paired-Samples T Test, the “before” variable is assigned to Variable 1 and the “after” variable to Variable 2. Once the test runs, SPSS produces multiple tables, but the key ones for interpretation are the Pairwise Sample Statistics table (descriptive summaries) and the Pairwise Samples Test table (the inferential results). The correlation table between before and after scores is not required for the main significance decision.

Using the example provided, 50 respondents are measured on a continuous outcome (student scores). The mean score rises from 6.2 before training to 12.56 after training. The paired-samples t test then quantifies whether that increase is likely to reflect more than random variation. The reported mean difference is 6.445, with a standard deviation of 4.42 for the difference scores. The t statistic is greater than the common two-tailed threshold of 1.96, and the result is treated as statistically significant—meaning the intervention is associated with a real improvement (not just noise). Because the after mean is higher than the before mean, the change is an increase.

Significance alone doesn’t tell researchers how large the improvement is, so the analysis also calls for an effect size calculation. The transcript uses an ETA-squared approach based on the t value and sample size (N = 50), applying the formula t² / (t² + N − 1). The computed ETA-squared is about 0.72, which Cohen’s 1988 guidelines classify as a large effect. In practical terms, that suggests a substantial shift in students’ ability after SPSS training.

Finally, reporting guidance is emphasized: results should be presented in a properly formatted table rather than copied directly from SPSS output. A template is provided for a paired-samples t test write-up, including the intervention description, the before and after means and standard deviations, the t statistic, the p value (noted as < .001), the mean increase, and a 95% confidence interval that excludes zero (reported as ranging from −7.59 to −5.29 in the example). The combination of a significant p value and a confidence interval that does not cross zero supports the conclusion that the intervention produced a meaningful improvement, with a large effect size indicating the magnitude is not trivial.

Cornell Notes

A paired-samples t test checks whether the same respondents show a statistically significant change in a continuous variable measured twice (before vs. after an intervention). In SPSS, the analysis assigns “before” to Variable 1 and “after” to Variable 2, then interprets the Pairwise Sample Statistics table (means/SDs) and the Pairwise Samples Test table (t and significance). In the example, student mean scores increase from 6.2 to 12.56, and the paired t statistic is significant (p < .001), indicating the change is unlikely due to chance. To describe how big the change is, the transcript computes an ETA-squared effect size using t and N, yielding about 0.72, which Cohen’s guidelines treat as a large effect. Reporting should include means, SDs, t, p, and a 95% confidence interval that excludes zero.

When is a paired-samples t test the right choice instead of an independent-samples t test?

It fits when the same people are measured on two occasions for the same continuous outcome—such as student scores before and after SPSS training, or machine losses before and after new equipment. Because the measurements come from the same respondents, the analysis compares within-person change (before vs. after) rather than comparing two separate groups.

What are the two SPSS tables that matter most for interpreting a paired-samples t test?

The Pairwise Sample Statistics table provides descriptive information like the mean scores before and after (and their standard deviations). The Pairwise Samples Test table provides the inferential results needed for the decision—especially the t statistic and the significance (p value). The correlation table between before and after is not required for the main significance conclusion.

How do you determine whether the change is an increase or a decrease?

Look at the means in the descriptive table: if the after mean is higher than the before mean, the change is an increase; if it’s lower, the change is a decrease. In the example, the mean rises from 6.2 (before) to 12.56 (after), so the significant result corresponds to an increase.

Why compute an effect size after getting a significant p value?

A significant p value answers whether the change is statistically detectable, not how large it is. The transcript computes ETA-squared using the t value and sample size (N = 50) with the formula t² / (t² + N − 1). This quantifies magnitude so readers can judge practical importance, not just statistical significance.

What does Cohen’s 1988 guidance imply for the effect size value reported in the example?

Cohen’s guidelines classify effect sizes such that values above 0.7 are treated as large. The example’s ETA-squared is about 0.72, so the improvement is described as having a large effect—meaning the intervention is associated with a substantial change in scores.

What elements should appear in a well-formatted report of paired-samples t test results?

A clear write-up should include the intervention description, the before and after means and standard deviations, the t statistic, the p value (the example notes p < .001), the mean difference (reported as the increase), and a 95% confidence interval that excludes zero. The transcript also stresses formatting results properly rather than copying SPSS output directly.

Review Questions

  1. In what situations would measuring the same respondents twice make a paired-samples t test more appropriate than an independent-samples t test?
  2. Which SPSS table(s) provide the t statistic and p value, and which provide the means used to judge direction (increase vs. decrease)?
  3. How does ETA-squared add information beyond statistical significance, and what inputs are needed to compute it from the paired t test?

Key Points

  1. 1

    Use a paired-samples t test when the same respondents are measured on the same continuous variable at two time points (e.g., before vs. after an intervention).

  2. 2

    In SPSS, assign the “before” variable to Variable 1 and the “after” variable to Variable 2 under Analyze → Compare Means → Paired-Samples T Test.

  3. 3

    Interpret the Pairwise Sample Statistics table for means/SDs and the Pairwise Samples Test table for the t statistic and significance (p value).

  4. 4

    A significant paired t test indicates the change is unlikely due to chance, while the direction (increase/decrease) comes from comparing after vs. before means.

  5. 5

    Compute an effect size (ETA-squared in the transcript) to describe the magnitude of the change, not just whether it is statistically significant.

  6. 6

    Report results with a formatted table including means, SDs, t, p, mean difference, and a 95% confidence interval that excludes zero.

  7. 7

    Avoid copy-pasting raw SPSS output; present results in a research-paper-ready format with clear interpretation.

Highlights

Paired-samples t tests compare each respondent to themselves, making them ideal for before/after interventions on continuous outcomes.
Significance comes from the paired t test (t and p), but direction comes from the before vs. after means.
Effect size is essential: ETA-squared around 0.72 is treated as a large effect under Cohen’s 1988 guidelines.
A strong report includes t, p (< .001 in the example), and a 95% confidence interval that does not cross zero.
SPSS interpretation focuses on the Pairwise Sample Statistics and Pairwise Samples Test tables; the correlation table isn’t needed for the main conclusion.

Topics

Mentioned