How would you show respondent ideal points for a related question in the same survey? Specifically, how would you chart each respondents' ideal attribute groupings along the same dimensions created in this question on the same chart?
Dataset is structured same as the one in that linked question. But it includes an additional question that gets at the attributes respondents believe to be most desirable when generally deciding upon a purchase. Output is the same: 0 = "No, I do not associate this attribute with what is desirable when choosing this product" and 1 = "Yes, I associate this attribute with what is desirable when choosing this product".
My first thought was to somehow create one column per respondent so that I could deploy the same technique suggested in the above solution. But I don't know how to transform the row data. Another thought was that SPSS may have the ability to only crunch data for the question mentioned on a respondent-by-respondent basis--so pretty much the program would somehow automatically cut data at the respondent level and perform the computation I need for this question (just like the brand question above).
Is it possible to show the code that will permit the presence of ideal points per respondent in addition to the brand points identified in the above solution?