1 post
|
Hi All,
Below is syntax that I am using for a factor analysis. I would also like to
compute "rho" as a measure of internal consistency of the 4-factor model. I
would appreciate any suggestions for additional language to the below
syntax.
Best Regards,
Frank
FACTOR VARIABLES=prov1 TO prov40
/MISSING=PAIRWISE
/FORMAT=SORT
/CRITERIA=FACTORS (4) ITERATE (100)
/EXTRACTION=PAF
/ROTATION=VARIMAX
/PLOT=EIGEN
/PRINT=ALL.
|