Chapter 11 notes
Chapter 11: Independent Samples t-Test
Learning Objectives
Understand how to compare two different populations in a research study.
Calculate estimated standard error with two samples.
Compute a t-score for two samples.
Define pooled variance and its utility in handling unequal sample sizes for hypothesis testing.
Example Research Question
Investigate whether self-proclaimed psychics are more accurate than non-psychics.
Key Concepts
Independent Samples:
Defined as two separate, independent samples.
Each sample provides a mean and a standard deviation.
The primary question is whether these means significantly differ from each other.
Types of t-tests:
One sample t-test.
Independent samples t-test.
Paired samples t-test.
Between-Subjects Design
Involves comparing two distinct and independent samples.
Samples may originate from different populations.
Alternatively, they can be drawn from the same population but subjected to different treatment conditions.
Independent Samples t-Test Overview
The mean and variability of scores for each sample can be calculated and compared using the independent samples t-test.
t-score Calculation:
Numerator: Mean difference observed between the two samples.
Denominator: Mean difference expected by chance due to sampling error.
The calculated t-score is then compared with the critical t-value.
Review of Statistical Concepts
Sample Standard Deviation:
Where is the sum of squares and is the sample size.
Sample Variance:
Estimated Standard Error
Estimated standard error is calculated by taking the standard deviation divided by the square root of the sample size ().
In variance form for t-tests:
For One-Sample t-test:
For Paired-Samples t-test:
Importance of Variance Form
Variance () is the square of the standard deviation, allowing for calculations that estimate sampling error across two samples via pooled variance.
Pooled Variance
Definition:
Pooled variance () combines variance terms from two samples weighted by their respective sample sizes.
It estimates the sampling error for the independent samples t-test and is derived from variability between the two samples.
SPSS Functionality
SPSS can automatically calculate the pooled variance for conducting an independent samples t-test.
Calculating the Independent Samples t-Test
The formula for our t-test value is derived from understanding the steps below: ### Step 1: State Hypotheses
Alternative Hypothesis (H1): The difference in population means is greater than 0 (e.g., psychics are more accurate).
Null Hypothesis (H0): The population means will not differ (the difference is less than or equal to 0).
Example Hypotheses - Psychic Study
H1:
H0:
Step 2: Set Decision Criterion
Typical significance level (alpha) is typically set at 0.05.
Step 3: Collect Sample Data
Example collection resulted in:
n (psychics) = 45
n (non-psychics) = 50
Important note on sample sizes being different.
Step 4: Calculate t-test Value
Sum of Squares (SS): Measures how much individual data points deviate from the mean.
Higher SS indicates greater variability; lower SS indicates less variability.
Calculation: Subtract mean from each data point, square differences, and sum them.
Calculating Necessary Values:
Pooled Variance Formula:
Example:
Estimating Standard Error:
Sample t-value Calculation:
Example:
Step 5: Make a Decision
Degrees of Freedom Calculation:
Comparison with Critical Value:
From the t-table, critical t-value () = 1.658.
Since sample t-value (1.06) does not fall in the critical region, fail to reject the Null Hypothesis.
Using SPSS for the Independent Samples t-Test
Enter data in a column of the Data Window.
Code groups in another column.
Define codes in the Values column (Variable View tab).
Use the Analyze menu to select Compare Means.
Choose Independent Samples t-Test from the tests list.
Add the respective columns as Variable 1 and Variable 2.
Indicate the paired variable and click OK to generate output.
Compare p-value from the output with your alpha level.
T-Test Example Output in SPSS
Group Statistics
Gender
Men:
N = 10, Mean = 53.5000, Std. Deviation = 10.40566, Std. Error Mean = 3.29056
Women:
N = 10, Mean = 52.9000, Std. Deviation = 14.44107, Std. Error Mean = 4.56667
Independent Samples Test Results
Levene's Test for Equality of Variances
t-test for Equality of Means:
F = 2.217, Sig. = 0.154, df = 18, t = 0.916, Mean Difference = 60.000,
Std. Error Difference = 5.62870, Confidence Interval = -11.22545 to 12.42545
Test Assumptions
Normal Distribution: The population of difference scores must follow a normal distribution to use the t-distribution for finding the critical value.
Independence: Participants within each sample must be independent; one participant's score cannot correlate with another's.
Homogeneity of Variances: This assumes that the scores' variances in the populations are equal across groups.
Levene’s test indicates whether this assumption holds. If significant, use the row labeled “Equal variances not assumed” for analysis. If not significant, use “Equal variances assumed" row values.