9.4 Significance Tests For a Proportion
Hypothesis Testing Overview
Introduction to Hypothesis Testing
- Focus on performing a full hypothesis test for practice due to upcoming quizzes.
- Understanding the difference between one-tailed and two-tailed tests.
Context of the Hypothesis Test
Scenario:
- A news report claims that 75% of restaurant employees feel that work stress has a negative impact on their personal lives.
- Managers at a restaurant chain want to assess if this claim holds true among their employees.Data Collection:
- A random sample of 100 employees (denoted as ) was taken.
- Out of these, 68 employees reported that work stress negatively impacts their personal lives.
Parameters and Hypotheses
Parameters of Interest:
- Population proportion denoted as .
- Null hypothesis (): (claim from the news report).
- Alternative hypothesis (): (to test if the proportion differs from 75%).Significance Level:
- The significance level () set for testing is 10% (0.10).
- Common assumption if not specified is .
Calculating the Sample Proportion
Sample Proportion ():
- Calculated as the number of "yes" responses divided by the sample size:
.
Testing Procedure
Type of Test:
- This test is identified as a one-sample proportion Z-test.
Conditions for the Test
Randomness:
- The sample should be random, as indicated in the problem statement (random sample of 100).Normal Distribution:
- Check conditions:
- and ,
- Calculate:
- (satisfied),
- (satisfied).
- Satisfied both conditions: Therefore, the sampling distribution can be approximated as normal.
Mean and Standard Deviation
Mean of the Sampling Distribution:
- .Standard Deviation:
- Formula for standard deviation of the sample proportion:
.
Z-Score Calculation
Z-Score Formula:
- .
- Plugging in values:
- (calculated standard deviation needed).
- Example Z-Score Calculation:
- Assuming SD calculated is approximately 0.043.
-
Finding the P-value
Reference the Z-Score table to find the corresponding area.
- Example Z-Score () yields a one-tailed p-value of: .Two-tailed Test: Calculating P-Value:
- Since it is a two-tailed test, double the one-tailed p-value:
.
Conclusion of the Hypothesis Test
Compare P-value to Alpha:
- Given and .
- Since , we Fail to Reject the null hypothesis.
Interpret Results:
Conclusion statement: "We do not have sufficient evidence to suggest that the proportion of employees who feel work stress affects their personal life differs from 0.75."
- This indicates that the sample does not provide enough evidence to dispute the claim made in the news report.
Summary and Review
Keep in mind:
- The process involves carefully stating hypotheses, checking test conditions, calculating Z-scores and p-values, and comparing them to establish conclusions.Upcoming quizzes will include similar questions based on the details discussed in this session.