A paired t-test indicates whether the mean difference between two numeric columns appears to differ from zero. If observations in two columns are related — for example, test scores from the same student across time — a paired t-test is a more powerful alternative to the unpaired t-test. The paired t-test is equivalent to a repeated-measures ANOVA test, which is a generalization of the paired t-test to more than two columns.
To perform a paired t-test:
See also: