I am using correspondence analysis (CA) to analyze a contingency table.
In the columns I have statements about some brands (characteristics) and in the rows I have the brands. My aim is to obtain in CA standard coordinates for the statements and principal coordinates for the brands.
The issue is that the variance of one statement (i.e. column in the contingency table) is significantly explained by both the first and second dimension. It would be ideal if the dimensions only accounted for the variation of unique brand statements. E.g. dimension X only accounts for the the variation in brand statements Y through Z. Not, brand statements Y through Z are both significantly explained by dimensions X and U. This leads to a somewhat convoluted interpretation of the brands in relation to the statements.
I know that with continuous variables there is exploratory factor analysis that rotates the principal components solution to minimize the shared variance of the variables between the factors (i.e. dimensions in CA) so that the analyst can uncover latent constructs in the data.
Is there an analogous method to do this using CA? Are there any implementations in R?
shared variance between the factors(orcolumns). Principal axes or column points? The question isn't quite clear to me, orthogonal dimensions can't "share variance". Anyway. If you are speaking of analytic rotation of principal axes (such as varimax) - well, you may do it in CA (I can't suggest a R package, I don't use R). CA is a special modification of biplot while biplot and PCA are twins. So, if a rotation is sometimes done in PCA, it is as well done in CA. If you need. – ttnphns Nov 22 '16 at 17:45interpretation of the row principal coordinates in relation to the standard coordinatesYour edit didn't make it much clearer. What is to interpret a coordinate? We usually "read" a coordinate, but "interpret" the essence of a dimension (by coordinates on it of objects with known properties). – ttnphns Nov 22 '16 at 18:12The issue is that the variance of one column is significantly explained by both the first and second dimensionOK, that sounds to me like this: the column point (brand_j) is loaded quite heavily by two principal dimensions, = under principal normalization of column points the point is somewhere in a corner of the map. Well, if so, see my comments earlier: you are absolutely free to rotate axes so that the point leans closer to an axis you choose. Like in PCA or FA, you are in right to rotate. – ttnphns Nov 22 '16 at 18:37