Nominal and Rank Order Data

Chi-Square Statistical Tests

Characteristics of the Chi-Square Distribution

  1. The computed value of Chi-Square is always positive because the diffierence between the Observed frequency and the Expected frequency is squared, that is ( O - E )2 and the demoninator is the number expected which must also be positive.
  2. There is a family of Chi-Square distributions. There is aChi-Square distribution for 1 degree of freedom, another for 2 degrees of freedom, another for 3 degrees of freedom, and so on.
  3. The shape of the Chi-Square distribution does not depend on the size of the sample. It does depend upon the number of categories.
  4. The Chi-Square distribution is positively skewed. However, as the number of degrees of freedom increases, the distribution begins to approximate the normal distribution.

Limitations of Chi-Square

  1. If there are only two cells, the expected frequency in each cell should be 5 or more.
  2. For more than two cells chi-square should not be applied if more than 20% of the expected frequency (E) cells have expected frequencies less than 5.

Goodness-of-fit Analsysis- Chi-Square can be used to determine if observed data fits the pattern that was expected (the claim). In the simplest form of this type of Chi-Square test the observed data is listed in a single column along with the associated expected frequencies. The statistic is calculated using the formula shown above with the the number of degrees of freedom determined by k-1 where k is the number of categories. In the simplest form the test can involve the situation where the expected frequencies are equal or it a situation where the expected frequencies differ. A couple of examples should make the difference clear.

Example 1 - Goodness-of-fit - Equal expected frequencies. - Suppose that you run a plant and you want to determine if employees take sick leave with equal frequency on all days of the week. You collect the data contained in the table shown below. The data in the table indicates that on Monday there were 30 people who missed work due to illness. On the other days of the week it was 14, 18, 16 and 27 respectively. All told 105 days of work were missed during the week. If the distribution of missed days was uniform, the same for each day, then we would expect 105/5 = 21 workers to miss work on each day.
DayMon.Tue.Wed.Thur.Fri.Totals
Observed3014181627105
Expected2121212121105

    Doing the hypothesis test.
  1. The null hypothesis will be that the frequencies are all the same (claim was equal frequency for all days) and the alternative will be that one or more are different.
  2. We will use alpha = 0.025.
  3. The data is nominal and the Chi-Square statistic is appropriate.
  4. The critical value of the Chi-Square statistic with alpha = 0.025 and degrees of freedom = 5-1 = 4 is 11.143. If the value we calculate is greater than 11.143 we will reject the null hypothesis and conclude that the frequencies are not all the same.
  5. Chi-Square=(30-21)2/21 + (14-21)2/21 +(18-21)2/21 +(16-21)2/21 +(27-21)2/21= 9.52.
  6. We cannot reject the null hypothesis. Practically this means that at the 0.025 level of significance our data does not differ from that expected if the sick day frequencies were all the same.

Example 2 - Goodness-of-fit - Unequal expected frequencies. - Suppose that it was claimed that the car colors in your area were present in the following proportions: 40% silver, 25% red, 15% blue, 10% green and other colors 10%. If you decided to test this claim and went out and took a random sample of 100 cars you might end up with the following resuls: 35 silver, 22 red, 21 blue, 6 green and 16 other colors. Now you want to do an hyopthesis test.

    Doing the hypothesis test.
  1. The null hypothesis will be that the frequencies in your area are consistent with those claimed. The alternative will be that one or more of the frequencies is different from that claimed.
  2. We will use alpha = 0.05.
  3. The data is nominal and the Chi-Square statistic is appropriate.
  4. The critical value of the Chi-Square statistic with alpha = 0.05 and 5 - 1 = 4 degrees of freedom is 9.488. If the calculated value of Chi-Square is greater than 9.488 we will reject the null hypothesis and accept the alternative. Otherwise we will not reject the null hypothesis.
  5. To get the expected frequencies (E) we will multiply 100 (the number of cars observed) by the percent of each car that we expected to find in each class:
    SilverRedBlueGreenOther
    0.40(100)=400.25(100)=250.15(100)=150.10(100)=100.10(100)=10
  6. Chi-Square=(35-40)2/40 + (22-25)2/25 +(21-15)2/15 +(6-10)2/10 +(16-10)2/10= 8.59
  7. We cannot reject the null hypothesis. As far as we can tell (at the alpha = 0.05 level of significance) the data is consistent with the claim that the frequencies match the stated frequencies.

Contingency Table Analysis - Suppose we want to determine if speeding on the highway is independent of driver age. We take a random sample of 200 drivers and obtain the following data:
AgeUnder 2525 to 55Over 55Total
Not Speeding70658140
Speeding3015260
Totals1008020200

    Doing the hypothesis test.
  1. The null hypothesis is that the proportions of speeds/non-speeders are independent of the age of the driver. The alternative hypothesis would be that they are not independent.
  2. We use alpha = 0.01.
  3. The data is nominal and the Chi-Square statistic is appropriate.
  4. For a contingency table degrees of freedom = [ (rows -1)-(columns -1)] = (2-1)(3-1) = 2 degrees of freedom. With alpha = 0.01 and 2 degrees of freedom the critical value of Chi-Square is 9.210.
  5. To get the expected frequencies when you have a contingency table for each cell in the table you multiply the row total times the column total and divide by the grand total. For each cell in our table this looks like the following:
      Starting with the top-left cell and going across each row in turn the expected frequencies are:
    • (140)(100)/(200) = 70
    • (140)(80)/(200) = 56
    • (140)(20)/(200) = 14
    • <(60)(100)/(200) = 30
    • (60)(80)/(200) = 24
    • (60)(20)/(200) = 6
  6. Chi-Square = ((70-70)2/70 + (65-56)2/56 + (8-14)2/14 + (30-30)2/30 + (15-24)2/24 + (2-6)2/6 =10.06
  7. The calculated value of Chi-Square is greater than the critical value so we reject the null hypothesis and conclude and age and speed are not independent.