9. Hypothesis Testing

9.1 Hypothesis Testing Problem Solving Steps

Now that we have some background on setting up hypotheses and finding critical regions, we introduce the steps needed for every hypothesis testing procedure. Hypothesis testing is based directly on sampling theory and the probabilities P(\mbox{test statistic} \mid H_{0}) that the sampling theory gives. Here are the steps we will follow :

  1. Hypotheses : Formulate H_{0} and H_{1}. State which is the claim
  2. Critical statistic : Find the critical values and regions. (Use tables of z, t, \chi^2, etc. values).
  3. Test statistic : Compute the {\em test statistic} from your data. It summarizes your data in one number. The p-value follows from the test statistic.
  4. Decision : If the test statistic falls in the critical region (rejection region), reject H_{0}. (This decision can also be made using the p-value.)
  5. Interpretation : Summarize results in a sentence and/or present a graphic or table.

The definition of a p-value will be covered below. For now you should know that a computer program (SPSS) will give you a p-value but not a critical statistic. So there is no Step 2 if you use SPSS.

A generic test statistic may be defined by :

    \[\mbox{test value} = \frac{\mbox{(observed value)} - \mbox{(expected }H_{0} \mbox{ value)}}{\mbox{standard error}}.\]

The numerator represents a signal or an effect. The denominator represents noise. Not all test statistics will have this form (e.g. some \chi^{2} test statistics), but all test statistics represent a signal-to-noise ratio. Much of the tabular output of SPSS gives the numerator and denominator of this generic form with or without the corresponding test statistic.

License

Share This Book