I had previously posted this as a question to my original question regarding scaling but this was deemed inappropriate and deleted with a request to submit as a new question, so here we are!
Myself and my colleagues were performing PCA using r (prcomp), SAS, and SPSS. We all used scale and centering. All three produced the same variable/factor loading (different terminology between programs). No issue there.
However, the individual’s scores produced in R are different than SAS and SPSS. When I applied scale(to.my.pca) the results were the same as SAS and SPSS. So, it appears that scale.=TRUE in R isn’t passing to the individual scores. Can anyone using r and SAS or r and SPSS confirm this?
Many thanks!