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?