Dimension Reduction - Diagnostic - Quality Table extension

From Q
Jump to navigation Jump to search


Computes measures of the quality of a correspondence analysis of a tablecorrespondence analysis of a table.

Example

The table below shows that the first 2 dimensions of a correspondence analysis represent most brands very well, with the exception of Diet Coke.

Technical details

The percentages across the top of the table show the proportion of variance explained by each dimension.

The row labels show the quality score for each row and column category. That is, the proportion of variance explained by the first two dimensions for each row and column category.

The cells of the table show breakdown of the quality score by dimension. The first two columns sum to the quality score.

Code

includeWeb("QScript R Output Functions");

const menu_location = "Dimension Reduction > Diagnostic > Quality Table";
errorIfExtensionsUnavailableInQVersion(menu_location);
createDiagnosticROutputFromSelection(menu_location);