Displaying 1 result from an estimated 1 matches for "ds140_01".
Did you mean:
ds140_02
2005 Oct 13
2
varimax rotation difference between R and SPSS
...matrices are analyzed. The sums of the squared
components is one in both programs.
Maybe there is an obvious reason, but I somehow fail to see it.
Best Regards
Andreas
This is the output generated by R:
pc<-princomp(dat[,-c(1,2)],cor=T)
> pc$loadings[,1:2]
Comp.1 Comp.2
DS140_01 -0.2040579 -0.3837623
DS140_02 0.2351527 -0.3241166
DS140_03 -0.1391408 -0.3864510
DS140_04 0.2784596 -0.2512202
DS140_05 0.2823365 -0.2779157
DS140_06 0.2928942 0.1218132
DS140_07 0.2601528 -0.1162116
DS140_08 0.2737338 0.2811998
DS140_09 0.3012719 -0.1714994
DS140_10 0.2653410 0.315916...