ANALYSIS Subcommand (FACTOR command)
The ANALYSIS subcommand specifies a subset of the variables named on VARIABLES for use in an analysis.
- The specification on
ANALYSISis a list of variables, all of which must have been named on theVARIABLESsubcommand. For matrix input,ANALYSIScan specify a subset of the variables in a correlation or covariance matrix. - Only one
ANALYSISsubcommand is allowed. When multipleANALYSISsubcommands are specified, the last is in effect. - If no
ANALYSISis specified, all variables named on theVARIABLESsubcommand (or included in the matrix input file) are used. - Keyword
TOin a variable list onANALYSISrefers to the order in which variables are named on theVARIABLESsubcommand, not to their order in the active dataset. - Keyword
ALLrefers to all variables named on theVARIABLESsubcommand.
Example
FACTOR VARIABLES=V1 V2 V3 V4 V5 V6
/ANALYSIS=V4 TO V6.
- This example requests a factor analysis of V4, V5,
and V6. Keyword
TOonANALYSISrefers to the order of variables onVARIABLES, not the order in the active dataset. - Cases with missing values for all variables specified
on
VARIABLESare omitted from the analysis. (The default setting forMISSING.) - By default, the
CORRELATIONmethod is used and a principal components analysis with a varimax rotation is performed.