Chi-Square (Χ²) Table | Examples & Downloadable Table
The chi-square (Χ2) distribution table is a reference table that lists chi-square critical values. A chi-square critical value is a threshold for statistical significance for certain hypothesis tests and defines confidence intervals for certain parameters.
Chi-square critical values are calculated from chi-square distributions. They’re difficult to calculate by hand, which is why most people use a reference table or statistical software instead.
Download chi-square table (PDF)
When to use a chi-square distribution table
You will need a chi-square critical value if you want to:
- Calculate a confidence interval for a population variance or standard deviation
- Test whether the variance or standard deviation of a population is equal to a certain value (test of a single variance)
- Test whether the frequency distribution of a categorical variable is different from your expectations (chi-square goodness of fit test)
- Test whether two categorical variables are related to each other (chi-square test of independence)
- Test whether the proportions of two closely related variables are equal (McNemar’s test)
Chi-square distribution table (right-tail probabilities)
Use the table below to find the chi-square critical value for your chi-square test or confidence interval or download the chi-square distribution table (PDF).
The table provides the right-tail probabilities. If you need the left-tail probabilities, you’ll need to make a small additional calculation.
Here's why students love Scribbr's proofreading services
How to use the table
To find the chi-square critical value for your hypothesis test or confidence interval, follow the three steps below.
Step 1: Calculate the degrees of freedom
There isn’t just one chi-square distribution—there are many, and their shapes differ depending on a parameter called “degrees of freedom” (also referred to as df or k). Each row of the chi-square distribution table represents a chi-square distribution with a different df.
You need to use the distribution with the correct df for your test or confidence interval. The table below gives equations to calculate df for several common procedures:
Test or procedure | Degrees of freedom (df) equation |
---|---|
Test of a single variance
Confidence interval for variance or standard deviation |
df = sample size − 1 |
Chi-square goodness of fit test | df = number of groups − 1 |
Chi-square test of independence | df = (number of variable 1 groups − 1) * (number of variable 2 groups − 1) |
McNemar’s test | df = 1 |
Step 2: Choose a significance level
The columns of the chi-square distribution table indicate the significance level of the critical value. By convention, the significance level (α) is almost always .05, so the column for .05 is highlighted in the table.
In rare situations, you may want to increase α to decrease your Type II error rate or decrease α to decrease your Type I error rate.
To calculate a confidence interval, choose the significance level based on your desired confidence level:
α = 1 − confidence level
The most common confidence level is 95% (.95), which corresponds to α = .05.
Step 3: Find the critical value in the table
You now have the two numbers you need to find your critical value in the chi-square distribution table:
- The degrees of freedom (df) are listed along the left-hand side of the table. Find the table row corresponding to the degrees of freedom you calculated.
- The significance levels (α) are listed along the top of the table. Find the column corresponding to your chosen significance level.
- The table cell where the row and column meet is your critical value.
Left-tailed and two-tailed probabilities
The table provided here gives the right-tail probabilities. You should use this table for most chi-square tests, including the chi-square goodness of fit test and the chi-square test of independence, and McNemar’s test.
If you want to perform a two-tailed or left-tailed test, you’ll need to make a small additional calculation.
Left-tailed tests
The most common left-tailed test is the test of a single variance when determining whether a population’s variance or standard deviation is less than a certain value.
To find the critical value for a left-tailed probability in the table above, simply use the table column for 1 − α.
Two-tailed tests
The most common left-tailed test is the test of a single variance when determining whether a population’s variance or standard deviation is equal to a certain value.
A two-tailed test has two critical values. To find the critical values, use the table columns for and .
Practice questions
Frequently asked questions about chi-square tables
- How do I find a chi-square critical value in R?
-
You can use the qchisq() function to find a chi-square critical value in R.
For example, to calculate the chi-square critical value for a test with df = 22 and α = .05:
qchisq(p = .05, df = 22, lower.tail = FALSE)
- How do I find a chi-square critical value in Excel?
-
You can use the CHISQ.INV.RT() function to find a chi-square critical value in Excel.
For example, to calculate the chi-square critical value for a test with df = 22 and α = .05, click any blank cell and type:
=CHISQ.INV.RT(0.05,22)
- What properties does the chi-square distribution have?
-
A chi-square distribution is a continuous probability distribution. The shape of a chi-square distribution depends on its degrees of freedom, k. The mean of a chi-square distribution is equal to its degrees of freedom (k) and the variance is 2k. The range is 0 to ∞.
Sources in this article
We strongly encourage students to use sources in their work. You can cite our article (APA Style) or take a deep dive into the articles below.
This Scribbr article