DIAGONAL Subcommand (FACTOR command)
DIAGONAL specifies values for the diagonal in conjunction with principal
axis factoring.
- If
DIAGONALis omitted or included without specifications,FACTORuses the default method for specifying the diagonal. -
DIAGONALis ignored with extraction methods other thanPAF. The values are automatically adjusted by corresponding variances ifMETHOD=COVARIANCE. - If more than one
DIAGONALsubcommand is specified, only the last one is in effect. - If any
ANALYSISsubcommand is explicitly specified,DIAGONALsubcommands specified before the lastANALYSISsubcommand are ignored. If noDIAGONALis specified after the lastANALYSISsubcommand, the default is used. - Default communality estimates for
PAFare squared multiple correlations. If these cannot be computed, the maximum absolute correlation between the variable and any other variable in the analysis is used.
valuelist. Diagonal values. The number of values supplied must equal the number of variables
in the analysis block. Use the notation n* before a value to indicate that the value is repeated
n times.
DEFAULT. Initial communality estimates.
Example
FACTOR VARIABLES=V1 TO V12
/DIAGONAL=.56 .55 .74 2*.56 .70 3*.65 .76 .64 .63
/EXTRACTION=PAF
/ROTATION=VARIMAX.
- The factor analysis includes all variables between and including V1 and V12 in the active dataset.
-
DIAGONALspecifies 12 values to use as initial estimates of communalities in principal axis factoring. - The factor pattern matrix is rotated using varimax rotation.