Principal Component Analysis (PCA) (AskiaAnalyse)

PCA is a descriptive analysis method that is used to analyse numeric questions (metrics). It converts a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. This technique allows you to reduce the number of correlated variables and decrease the redundant information. It provides a new representation in a new space, where the first axis maximises the amount of information that can be shown.

Data to process PCA uses a matrix N x p where:

At the intersection of the row i and the column j, we set the observation i to the question j.

To compare observations independently of scale and unit problems, we standardise and reduce the data matrix for each attribute. We can then create an average “imaginary” point from which we can measure the differences between individuals using Euclidean distance. The results of a PCA are usually discussed in terms of component scores, sometimes called factor scores (the transformed variable values corresponding to a particular data point), and loadings (the weight by which each standardised original variable should be multiplied to get the component score).

Doing the projection of each point on each axis, we get the coordinates of the points. We then calculate correlations of questions to axis. The result allows a simultaneous representation of interviews and questions:

Note that PCA is sensitive to the relative scaling of the original variables.

To perform a principal component analysis:

  1. In the general tab, select principal components.
  2. Add numeric or scale response questions to the active tab (for example, drag and drop them from the questionnaire list).
  3. If you want to display any numeric questions in the analysis but not include them in the calculations, add them to the inactive tab.
  4. Select the calculations you want to include (correlation matrix, eigen values, etc.).
  5. Click results to view the analysis.

One page of results is generated for each calculation you selected. A summary of the calculations is as follows.

You can change the specific settings used for the analysis. To do so, click analysis options.... For details, see analysis options.

It is possible to create a variable based on your analysis. To do so, click create variable.... For details, see creating a variable.

Create your own Knowledge Base