I have a questionnaire with a part (a) and part (b). It looks like this:
(a) "Do you ever feel sad":
0="never", 1="sometime", 2="often", 3="nearly always"
(b) "How distressed are you by this":
0="not distressed", 1="a bit distressed", 2="quite distressed",
3="very distressed".
I want to create a new variable:
"Do you feel sad?"
Response: 0="no", but 1="Yes, but no distress", 3="Yes and its distressing".
How can I create this new variable using SPSS?