Every tutorial I find online implement PCA that way
pca varlist
rotate
predict varname
I showed this to my professor who asked me to use a PCA index for an analysis and they asked me why I used the rotate command, telling me they just used pca and then predict in their own analysis. To be honest I don't fully understand what rotate is and what it does, but by testing with and without it I can confirm it changes the results.
So what is that rotate command and how does it affect my results ? which would be the correct way to use PCA to construct an index out of a list of variables ?
Thanks !
pca varlist
rotate
predict varname
I showed this to my professor who asked me to use a PCA index for an analysis and they asked me why I used the rotate command, telling me they just used pca and then predict in their own analysis. To be honest I don't fully understand what rotate is and what it does, but by testing with and without it I can confirm it changes the results.
So what is that rotate command and how does it affect my results ? which would be the correct way to use PCA to construct an index out of a list of variables ?
Thanks !
Comment