To Lecture Notes

IT 223 -- 3/7/11

 

Review Questions

  1. When do you use a z-test?

    Ans: When you want to determine if an effect is significant, or just due to chance. Use the z-test if n > 30.

  2. What are the five steps of a test of hypothesis?

    Ans:

    1. State the null and alternative hypotheses.
    2. Compute the test statistic, assuming that the null hypothesis is true.
    3. Write down the 95% or other confidence interval.
    4. If the test statistic is in the confidence interval, accept H0, otherwise accept.
    5. Compute the p-value if this is a z-test, otherwise find it on the SPSS output.

  3. Find the following confidence intervals for a z-test:

    Ans: [-0.935, 0.935]    [-1.128, 1.128]    [-2.236, 2.236]    [-3.291, 3.291]

  4. What is a p-value? Why is it important?

    Ans: The p-value is the probability that the test statistic is as extreme or more extreme than the value actually obtained, given that the null hypothesis is true.

  5. Use the standard normal table to determine the p-value if z = 1.75.

  6. In 1999, it was reported that the mean serum cholesterol level for female undergraduates was 168 mg/dl. A recent study at Baylor university collected the following data for cholesterol levels for females:

    Is there a real difference between the women in the Baylor study and the reported value in 1999? (Example 6.15 from textbook). Perform the test at the 90%-level.

    Ans: Here are the steps of the z-test:

    1. H0 = 168      H1 ≠ 168

    2. z = (x - μ) / SEave = (173.7 - 168) / (27 / √27) = 1.78

    3. A 90% confidence interval for z is [-1.64,1.64].

    4. 1.78 ∉ [-1.64,1.64], so reject the null hypothesis.

    5. Find the area corresponding to the bin [-1.78,1.78]: 2 × 0.0375 = 0.0750.

 

Tests of Hypothesis with Known or Unknown Independent Variables

 

The t-test

 

Degrees of Freedom

 

t-tests with SPSS

 

Practice Problems

 

The Paired Sample t-test

 

Project 5