What and Why?
- Chi-Square Independence Test – What Is It?
- Null Hypothesis
- Assumptions
- Test Statistic
- Effect Size
- Reporting
Chi-Square Independence Test – What Is It?
The chi-square independence test is a procedure for testing if two categorical variables are related in some population.Example: a scientist wants to know if education level and marital status are related for all people in some country. He collects data on a simple random sample of n = 300 people, part of which are shown below.

Chi-Square Test – Observed Frequencies
A good first step for these data is inspecting the contingency table of marital status by education. Such a table -shown below- displays the frequency distribution of marital status for each education category separately. So let’s take a look at it.

The numbers in this table are known as the observed frequencies. They tell us an awful lot about our data. For instance,
- there’s 4 marital status categories and 5 education levels;
- we succeeded in collecting data on our entire sample of n = 300 respondents (bottom right cell);
- we’ve 84 respondents with a Bachelor’s degree (bottom row, middle);
- we’ve 30 divorced respondents (last column, middle);
- we’ve 9 divorced respondents with a Bachelor’s degree.
Chi-Square Test – Column Percentages
Although our contingency table is a great starting point, it doesn’t really show us if education level and marital status are related. This question is answered more easily from a slightly different table as shown below.

This table shows -for each education level separately- the percentages of respondents that fall into each marital status category. Before reading on, take a careful look at this table and tell meis marital status related to education level and -if so- how?If we inspect the first row, we see that 46% of respondents with middle school never married.
If we move rightwards (towards higher education levels), we see this percentage decrease: only 18% of respondents with a PhD degree never married (top right cell).
Reversely, note that 64% of PhD respondents are married (second row). If we move towards the lower education levels (leftwards), we see this percentage decrease to 31% for respondents having just middle school.
In short, more highly educated respondents seem to marry more often than less educated respondents.
Chi-Square Test – Stacked Bar Chart
Our last table shows a relation between marital status and education. This becomes much clearer by visualizing this table as a stacked bar chart, shown below.

If we move from top to bottom (highest to lowest education) in this chart, we see the dark blue bar (never married) increase. Marital status is clearly associated with education level: the lower someone’s education, the smaller the chance he’s married. That is: education “says something” about marital status (and reversely) in our sample. So what about the population?
Chi-Square Test – Null Hypothesis
The null hypothesis for a chi-square independence test is that two categorical variables are independent in some population.Now, marital status and education are related -thus not independent- in our sample. However, we can’t conclude that this holds for our entire population. The basic problem is that sample outcomes usually differ from populations.
If marital status and education are perfectly independent in our population, we may still see some relation in our sample by mere chance. However, a strong relation in a large sample is extremely unlikely and hence refutes our null hypothesis. In this case we’ll conclude that the variables weren’t unrelated in our population anyway.
So exactly how strong is the relation in our sample? And what’s the probability -or significance level– of finding it if the variables are (perfectly) independent in the entire population?
Chi-Square Test – Statistical Independence
Before we continue, let’s first make sure we understand what “independence” really means in the first place. Practically speaking,statistical independence means that the frequency distribution of a variable is the same for all levels of some other variable.Uh… say again? Well, what if we had found the chart below?

What does education “say about” marital status? Absolutely nothing! Why? Because the frequency distributions of marital status are identical over education levels: no matter the education level, the probability of being married is 50% and the probability of never being married is 30%. In this chart, education and marital status are perfectly independent. The hypothesis of independence tells us which frequencies we should have found in our sample: the expected frequencies.
Expected Frequencies
Expected frequencies are the frequencies we expect in our sample if the null hypothesis holds.If education and marital status are independent in our population, then we expect this in our sample too. This implies the contingency table -holding expected frequencies- shown below.

These expected frequencies are calculated as
where
- is an expected frequency;
- is a marginal column frequency;
- is a marginal row frequency;
- is the total sample size.
So for our first cell, that’ll be [Math Processing Error] and so on. But let’s not bother too much as our software will take care of all this.
Note that many frequencies are non integers, for instance 11.7 respondents with middle school who never married. Although there’s no such thing as “11.7 respondents” in the real world, such non integer frequencies are just fine mathematically. So at this point, we’ve 2 contingency tables:
- a contingency table with observed frequencies we found in our sample;
- a contingency table with expected frequencies we should have found in our sample if the variables are really independent.
Insofar as these tables are different, our data deviate more from independence. If they deviate a lot, we no longer believe our variables are independent and -thus- related. So how different are these 2 tables? We basically add up the differences for each of our (5 * 4 =) 20 cells, resulting in a single number that indicates how much our data differ from our hypothesis: the χ2 (pronounce “chi-square”) test statistic.
Test Statistic
The chi-square test statistic is calculated as
[Math Processing Error]
so for our data [Math Processing Error]

So χ2 = 23.57 in our sample. This number summarizes the difference between our data and our independence hypothesis. Is 23.57 a large value? What’s the probability of finding this? Well, we can calculate it from its sampling distribution but this requires a couple of assumptions.
Chi-Square Test Assumptions
The assumptions for a chi-square independence test are
- independent observations. This usually -not always- holds if each case in SPSS holds a unique person or other statistical unit. Since this is the case for our data, we’ll assume this has been met.
- For a 2 by 2 table, all expected frequencies > 5. For a larger table, no more than 20% of all cells may have an expected frequency < 5 and all expected frequencies > 1.
If these assumptions hold, our χ2 test statistic follows a χ2 distribution. It’s this distribution that tells us the probability of finding χ2 = 23.57.
Chi-Square Test – Degrees of Freedom
We’ll get the significance level we’re after from the chi-square distribution if we give it 2 numbers:
- the χ2 value (23.57) and
- the degrees of freedom (df).
The degrees of freedom is basically a number that determines the exact shape of our distribution. It’s calculated as
[Math Processing Error]
where
- [Math Processing Error] is the number of rows in our contingency table and
- [Math Processing Error] is the number of columns
so in our example [Math Processing Error]
And with df = 12, the probability of finding χ2 ≥ 23.57 ≈ 0.023. This is our 1-tailed significance. It basically means, there’s a 0.023 (or 2.3%) chance of finding this assocation in our sample if it is zero in our population.
Since this is a small chance, we no longer believe our null hypothesis of our variables being independent in our population. Conclusion: marital status and education are related. Now, keep in mind that our p-value of 0.023 only tells us that the assocation between our variables is probably not zero. It doesn’t say anything about the strength of this association: the effect size.
Effect Size
For the effect size of a chi-square independence test, consult the appropriate association measure. If at least one nominal variable is involved, that’ll usually be Cramér’s V (a sort of Pearson correlation for categorical variables). In our exampleCramér’s V = 0.162.Since Cramér’s V takes on values between 0 and 1, 0.162 indicates a very weak association. If both variables had been ordinal, Kendall’s tau or a Spearman correlation would have been suitable as well.
Reporting
For reporting our results in APA style, we may write something like“An association between education and marital status was observed, χ2(12) = 23.57, p = 0.023.”
Chi-Square Independence Test – Software
You can run a chi-square independence test in Excel or Google Sheets but you probably want to use a more user friendly package such as
The figure below shows the output for our example generated by SPSS.

For a full tutorial (using a different example), see SPSS Chi-Square Independence Test.
