Example
FACTOR VARIABLES=V1 TO V12
/CRITERIA=FACTORS(6)
/EXTRACTION=PC
/ROTATION=NOROTATE
/PLOT=ROTATION.
.This example analyzes all variables between and including V1 and V12 in the working
data file.
• Six factors are extracted using the default principal components method, and the factor
pattern matrix is not rotated.
• PLOT sends all extracted factors to the graphics editor and shows a 3-D plot of the first three
factors.