Paired Sample T-test.pptx
Paired Sample T-test.pptx
The paired t-test is widely used in scenarios where the same subjects are measured twice under
different conditions, such as before-and-after studies, matched-pair designs, or repeated-measure
experiments.
1. The data consists of paired observations – The same subjects are measured under two
different conditions.
2. The dependent variable is continuous – Data should be measured on an interval or ratio
scale.
3. The sample is normally distributed – The differences between paired observations
should follow a normal distribution.
4. The sample is randomly selected – The data should be collected using proper sampling
techniques.
Medical Studies: Measuring patients' blood pressure before and after taking a
medication.
Educational Research: Comparing students’ test scores before and after a training
program.
Manufacturing and Quality Control: Evaluating the weight of a product before and
after a modification in the production process.
Hypotheses in a Paired Sample t-Test
The test involves two hypotheses:
Null Hypothesis (H0H_0): There is no significant difference between the paired means.
Mathematically, H0:μd=0H_0: \mu_d = 0 where μd\mu_d is the mean difference between
paired observations.
Alternative Hypothesis (HAH_A): There is a significant difference between the paired
means. HA:μd≠0H_A: \mu_d \neq 0 (Two-tailed) or HA:μd>0H_A: \mu_d > 0 (One-
tailed for positive mean difference) or HA:μd<0H_A: \mu_d < 0 (One-tailed for negative
mean difference).
where:
The computed tt-value is then compared with the critical tt-value from the t-distribution table at
a given significance level (α\alpha, usually 0.05).
Limitations
Example Calculation
Scenario:
A researcher wants to determine whether a diet program significantly reduces weight. Ten
individuals are weighed before and after the program.
Calculations:
From the t-table, the critical t-value for df=9df = 9 at α=0.05\alpha = 0.05 (two-tailed) is 2.262.
Since 11.79>2.26211.79 > 2.262, we reject H0H_0, concluding that the diet program
significantly reduces weight.
Conclusion
The Paired Sample t-Test is a powerful statistical tool used to analyze the difference between
two related measurements. By controlling for individual variability, it improves the accuracy of
results in studies where the same subjects are measured under different conditions. However,
researchers must ensure that assumptions are met and interpret results carefully to avoid
misinterpretations.