🔒 Please log in to use tool features (fill sample / analyze / AI interpretation / export document)
ToolsCorrespondence Analysis Calculator
Correspondence Analysis Calculator OnlineFree to register, works on PC and mobile
Use it now →

Correspondence Analysis: Visualize Category Associations in a Contingency Table

What is Correspondence Analysis?

Correspondence analysis (CA) maps the row and column categories of a contingency table into a low-dimensional space, usually two dimensions, and displays them on a correspondence plot. Categories that lie close together are strongly associated, while distant categories are weakly related. It decomposes the total inertia of the table, which is proportional to the chi-square statistic, so the analysis is meaningful only when a chi-square test first confirms a significant association.

When to Use It

Use correspondence analysis whenever you need to understand how categories of two categorical variables relate, such as defect type by product model, customer rating by spending tier, or brand preference by age group. It is the natural follow-up to a chi-square test: chi-square tells you whether an association exists, correspondence analysis shows where it is. It is a standard tool for market research and quality data exploration with cross-tabulated counts.

How to Use It (Step by Step)

Paste a contingency table of row and column frequencies, and the tool first runs a chi-square independence test. If the association is significant, it decomposes the total inertia into dimensions and draws the correspondence plot with row and column profiles. Interpret clusters of nearby row and column points as strong associations, and check the profile tables for any point that sits far from the origin. Export the plot and profiles directly into your report.

Key Formulas / Example

Total inertia equals the chi-square statistic divided by the total number of observations (chi-square / N), and it measures the overall strength of the row-column association. Each dimension explains a portion of that inertia; the first dimension captures the most and the second the next most. If the first two dimensions explain less than roughly 70% of total inertia, distances on the two-dimensional plot become unreliable, so check higher dimensions or the profile tables before drawing conclusions.

Use the Correspondence Analysis Calculator Tool → Open the calculator online, sign in and start analysis
Frequently Asked Questions
How are correspondence analysis and the chi-square test related?
The chi-square test decides whether rows and columns are significantly associated, and correspondence analysis visualizes that structure. They share the same frequency data, and a significant chi-square result is the prerequisite for a meaningful CA plot.
Are distances on the correspondence plot always accurate?
They are trustworthy when the first two dimensions explain a high share of total inertia. With low explained inertia, plot distances can distort, so confirm with the third dimension or the profile tables.
Can I run correspondence analysis with very small counts?
Very small expected frequencies inflate both chi-square and inertia. Merge sparse categories first so that most expected cell counts are at least 5.
Can correspondence analysis handle continuous variables?
Not directly; continuous variables must first be discretized into categories, or you should use a method for continuous data such as PCA. CA is designed for categorical data.