MCA Calculator
Inspect categorical CSV data for the rows, variables, category levels, and dimensions that define a multiple correspondence analysis.
This browser tool validates MCA-ready structure and dimensionality. Full inferential work should use statistical software that computes singular values, coordinates, contributions, and corrections.
About multiple correspondence analysis
MCA data examples
Small categorical tables illustrate how observations and levels determine the available space.
| Dataset | Structure | Interpretation |
|---|---|---|
| 3 rows; gender and smoker | 2 variables; 4 levels; 2 dimensions | Each binary variable contributes two distinct category levels. |
| 4 rows; diet, exercise, and sleep | 3 variables; 7 levels; 2 displayed dimensions | Diet has three levels while the other two variables have two each. |
| 10 rows; four binary survey questions | 4 variables; up to 8 levels | The exact level total depends on whether both responses occur in every column. |
How to prepare data for MCA
- Place variable names in the first row and one observation on each following row.
- Use consistent category spelling and remove identifier or free-text columns.
- Paste the table and enter the exact one-character delimiter.
- Choose Analyze categorical data and verify the reported structure before full analysis.
MCA FAQ
What kind of data can MCA analyze?
MCA is designed for multiple categorical variables, including nominal and carefully interpreted ordinal categories. Raw continuous measurements generally require another method or justified categorization.
How is MCA different from PCA?
PCA analyzes variance and linear relationships among continuous variables. MCA analyzes associations among category levels using indicator coding and chi-square geometry.
What is inertia in MCA?
Inertia quantifies dispersion in the categorical cloud and is decomposed across dimensions. Raw percentages can require corrections because indicator coding introduces structural inertia.
How should missing values be handled?
Choose a documented method appropriate to the study, such as explicit missing categories, imputation, or exclusion. Do not let accidental blank formatting create inconsistent rows.
Does closeness on an MCA map prove association?
No. Coordinates, contributions, quality of representation, axis inertia, sample design, and substantive context all need review.