ANALYSIS Subcommand (HOMALS command)
ANALYSIS limits the analysis to a specific subset of the variables named
on the VARIABLES subcommand.
- If
ANALYSISis not specified, all variables listed on theVARIABLESsubcommand are used. -
ANALYSISis followed by a variable list. The variables on the list must be specified on theVARIABLESsubcommand. - Variables listed on the
VARIABLESsubcommand but not on theANALYSISsubcommand can still be used to label object scores on thePLOTsubcommand.
Example
HOMALS VARIABLES=ACOLA(2) BCOLA(2) CCOLA(2) DCOLA(2)
/ANALYSIS=ACOLA BCOLA
/PRINT=OBJECT QUANT
/PLOT=OBJECT(CCOLA).
- The
VARIABLESsubcommand specifies four variables. - The
ANALYSISsubcommand limits analysis to the first two variables. ThePRINTsubcommand lists the object scores and category quantifications from this analysis. - The plot of the object scores is labeled with variable CCOLA, even though this variable is not included in the computations.