/* SPSS PCA, Varimax orthogonal rotation on 10 Climate & 7 Influence items
*/
/*1s are used on the diagonal of the initial correlation matrix for PCA
*/
FACTOR /VARIABLES friendly nonracis diverse respectf collegia nonsexis
collab1 cooperat nonhomo supporti influ_cu influsal inflmone influsel
tendecis selchair affectcu
/ANALYSIS friendly nonracis diverse respectf collegia nonsexis collab1
cooperat nonhomo supporti influ_cu influsal inflmone influsel tendecis
selchair affectcu
/PRINT ROTATION /PLOT EIGEN
/CRITERIA FACTORS(2) ITERATE(25) /EXTRACTION PC
/CRITERIA ITERATE(25) /ROTATION VARIMAX
/MISSING LISTWISE /METHOD=CORRELATION.
/* SPSS PCA, Promax oblique rotation on 10 Climate & 7 Influence items */
/*1s are used on the diagonal of the initial correlation matrix for PCA
*/
FACTOR /VARIABLES friendly nonracis diverse respectf collegia nonsexis
collab1 cooperat nonhomo supporti influ_cu influsal inflmone influsel
tendecis selchair affectcu
/ANALYSIS friendly nonracis diverse respectf collegia nonsexis collab1
cooperat nonhomo supporti influ_cu influsal inflmone influsel tendecis
selchair affectcu
/PRINT ROTATION /PLOT EIGEN
/CRITERIA FACTORS(2) ITERATE(25) /EXTRACTION PC
/CRITERIA ITERATE(25) /ROTATION PROMAX(4)
/MISSING LISTWISE /METHOD=CORRELATION
/* SPSS PFA, Varimax orthogonal rotation on 10 Climate & 7 Influence items
*/
/*SMCs are used on the diagonal of the initial correlation matrix for PFA
*/
FACTOR /VARIABLES friendly nonracis diverse respectf collegia nonsexis
collab1 cooperat nonhomo supporti influ_cu influsal inflmone influsel
tendecis selchair affectcu
/ANALYSIS friendly nonracis diverse respectf collegia nonsexis collab1
cooperat nonhomo supporti influ_cu influsal inflmone influsel tendecis
selchair affectcu
/PRINT ROTATION /CRITERIA FACTORS(2) ITERATE(25)
/EXTRACTION PAF /CRITERIA ITERATE(25)
/ROTATION VARIMAX /METHOD=CORRELATION.
/* SPSS PFA, Promax oblique rotation on 10 Climate & 7 Influence items */
/*SMCs are used on the diagonal of the initial correlation matrix for PFA
*/
FACTOR /VARIABLES friendly nonracis diverse respectf collegia nonsexis
collab1 cooperat nonhomo supporti influ_cu influsal inflmone influsel
tendecis selchair affectcu
/ANALYSIS friendly nonracis diverse respectf collegia nonsexis collab1
cooperat nonhomo supporti influ_cu influsal inflmone influsel tendecis
selchair affectcu
/PRINT ROTATION /CRITERIA FACTORS(2) ITERATE(25)
/EXTRACTION PAF /CRITERIA ITERATE(25)
/ROTATION PROMAX(4) /METHOD=CORRELATION.