Chi-square test is a non-parametric test. The assumption of normal distribution in the population is not required for this test. The statistical technique chi-square can be used to find the association (dependencies) between sets of two or more categorical variables by comparing how close the observed frequencies are to the expected frequencies. In other words, a chi square (
Chi-square test of independence is used as tests of goodness of fit and as tests of independence. In test of goodness of fit, we check whether or not observed frequency distribution is different from the theoretical distribution, while in test of independence we assess, whether paired observations on two variables are independent from each other (from contingency table).
Example: A social scientist sampled 140 people and classified them according to income level and whether or not they played a state lottery in the last month. The sample information is reported below. Is it reasonable to conclude that playing the lottery is related to income level? Use the 0.05 significance level.
Income | ||||
Low | Middle | High | Total | |
Played | 46 | 28 | 21 | 95 |
Did not play | 14 | 12 | 19 | 45 |
Total | 60 | 40 | 40 | 140 |
Step by step procedure of testing of hypothesis about association between these two variable is described, below.
Step1:
: There is no relationship between income and whether the person played the lottery.
: There is relationship between income and whether the person played the lottery.
Step2: Level of Significance 0.05
Step 3: Test statistics (calculations)
Observed Frequencies ( |
Expected Frequencies ( |
|
46 | 95*60/140= 40.71 | |
28 | 95*40/140= 27.14 | |
21 | 95*40/140= 27.14 | |
14 | 45*60/140= 19.29 | |
12 | 45*40/140= 12.86 | |
19 | 45*40/140= 12.86 | |
6.544 |
Step 4: Critical Region:
Tabular Chi-Square value at 0.05 level of significance and is 5.991.
Step 5: Decision
As calculated Chi-Square value is greater than tabular Chi-Square value, we reject , which means that there is relationship between income level and playing the lottery.
Note that there are several types of chi-square test (such as Yates, Likelihood ratio, Portmanteau test in time series) available which depends on the way data was collected and also the hypothesis being tested.
You must log in to post a comment.