Dimension Reduction - Diagnostic - Quality Table
Jump to navigation
Jump to search
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library
User Interface > Create Dimension Reduction
Computes measures of the quality of a correspondence 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";
createDiagnosticROutputFromSelection(menu_location);
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library
User Interface > Create Dimension Reduction