Here is the revised syntax for a two-component analysis of the crime data:
FACTOR /VARIABLES MurderandManslaughterRate RevisedRapeRate RobberyRate AggravatedAssaultRate BurglaryRate Larceny_TheftRate MotorVehicleTheftRate /MISSING LISTWISE /ANALYSIS MurderandManslaughterRate RevisedRapeRate RobberyRate AggravatedAssaultRate BurglaryRate Larceny_TheftRate MotorVehicleTheftRate /PRINT INITIAL EXTRACTION /PLOT ROTATION /CRITERIA FACTORS(2) ITERATE(25) /EXTRACTION PC /ROTATION NOROTATE /SAVE REG(ALL) /METHOD=CORRELATION.
The key differences from the previous code are as follows:
- /PRINT now specifies only the default output, since the added factorability output does not change and we have ...