I get how PCA works and how to implement it in Matlab, but I'm at a loss to find out which variables contribute most strongly to a principle component.
My questions is, suppose I have a data set of variables A,B,C,D,E,F. Unknown to me, variables A,B,C,E measure almost the same thing, and variables D, F both measure a different thing. There is little correlation between variables from the set (A,B,C,E), and set (D,F).
PCA tells me that there are 2 main principle components, which I know how to do. I do not know how to identify that A,B,C,E and D,F are two groups of variables measuring the same things within that group. Any advice on this would be greatly appreciated.