Lecture Notes

Chapter 12 The Chi Square Distribution


Unlike previous sampling distributions, the chi square distribution analyzes frequency counts not scores. You should use the t test and the ANOVA when you have scores. But, when you do not, you can make the same kind of logical inferences on frequencies by using the chi square distribution. The chi square can be used to test null hypothesis about "goodness of fit' or about independence.


  • Notice how the expected values are calculated from the row totals, column totals, and N
  • c2 = S[(O - E)2 / E]
  • c2 = (59 - 46.51)2 / 46.51 + (15 - 27.49)2 / 27.49 + (29 - 41.49)2 / 41.49 + (27 - 24.51)2 / 24.51
  • c2 = 3.35 + 5.67 + 3.76 + 6.36
  • c2 = 19.14



Back to Statistics Home Page