Correspondence Analysis

../../_images/correspondence-analysis.png

Signals

Inputs:

  • Data

    A data set.

Outputs:

  • None

Description

Correspondence Analysis (CA) computes the CA linear transformation of the input data. While it is similar to PCA, CA computes linear transformation on discrete rather than on continuous data.

../../_images/CorrespondenceAnalysis-stamped.png
  1. Select the variables you want to see plotted.
  2. Select the component for each axis.
  3. Inertia values (percentage of independence from transformation, i.e. variables are in the same dimension).
  4. Produce a report.

Example

Below, is a simple comparison between the Correspondence Analysis and Scatter plot widgets on the Titanic data set. While the Scatter plot shows fairly well which class and sex had a good survival rate and which one didn’t, Correspondence Analysis can plot several variables in a 2-D graph, thus making it easy to see the relations between variable values. It is clear from the graph that “no”, “male” and “crew” are related to each other. The same goes for “yes”, “female” and “first”.

../../_images/CorrespondenceAnalysis-Example.png