How do I interpret factor loadings? A related question, I think, is how do I calculate factor scores?
In these forums, I've read that factor score = sum of loadings times standardized item scores. However, this paper http://pareonline.net/pdf/v14n20.pdf presents a number of ways of calculating factor scores, including sum of loadings times raw item scores, which is called "weighted sum scores". Because my items are all dummy variables, I think that the weighted sum scores are easier to interpret.
So let's say I want to go with this method of score computation. Here is where I start getting confused. I was initially coding my dummy variables as 0 = No / 1 = Yes. This means that factor score reduces to sum of loadings for the items where the answer is "Yes". However, then I thought, that maybe it would be more intuitive to code the dummy variables as -1 = No / 1 = Yes. This way, the factor score is the sum of loadings for the items where the answer is "Yes" minus the sum of loadings where the answer is "No".
Clearly, this cannot be correct. The correlation matrix of the data is the same, whether I code my dummy variables as -1/1 or 0/1. This means that the loadings are identical, regardless of the coding. However, the two codings lead to different factor scores. Not only are the factor scores different, you cannot get from one to the other through some simple transformation, such as multiplying by some constant.
My next thought is that maybe the loadings that the software (the unfortunately named factanal
in R) is spitting out assume a particular kind of item score (standardized?) and a particular kind of factor score calculation (what kind?). Is this true? If that's the case, I need to adjust or recalculate the loadings to be consistent with my item score (dummy variables, not standardized) and factor score calculation (weighted sum scores). Is this correct? Do I need to adjust the loadings in some way? I don't think this is right, as I haven't seen any discussion of this anywhere.
Back to my original question, how do I interpret factor loadings? Do I need to adjust them in some way from what's reported by the software? Is the sum of loadings times raw item scores a valid way to calculate factor scores? Which coding for dummy variables would lead to a more intuitive loadings or scores?