Hello everyone,
How can I generate the factorial loadings after run a PCA analyses? I was comparing the SPSS results (made by other person) with Stata ones and the rotated values/scores are different from the SPSS table called "rotated component matrix".
I also wanna to check the loadings to apply a cut-off criteria to decide which variables belong to each component.
Example:
pca [variables]
screeplot
rotate, varimax kaiser components(2)
predict [new variable], score (it produces the same values as the 'rotate' command)
How can I generate the factorial loadings after run a PCA analyses? I was comparing the SPSS results (made by other person) with Stata ones and the rotated values/scores are different from the SPSS table called "rotated component matrix".
I also wanna to check the loadings to apply a cut-off criteria to decide which variables belong to each component.
Example:
pca [variables]
screeplot
rotate, varimax kaiser components(2)
predict [new variable], score (it produces the same values as the 'rotate' command)

Comment