I would like to see frequencies and percentages of the respondents scoring at least once a value of 1 on three variables.
More specifically I have 3 questions on whether they have been victim of a certain type of crime. I want to see what percentage has been a victim of any crime.
I tried 'select cases', and I can check how many cases were selected. I can also count if Q1 = 1| Q2 = 1 | Q3 = 1. But that does not give me a nice output table either.
I'm actually looking for a way to do it without recoding or other side steps.
More specifically I have 3 questions on whether they have been victim of a certain type of crime. I want to see what percentage has been a victim of any crime.
I tried 'select cases', and I can check how many cases were selected. I can also count if Q1 = 1| Q2 = 1 | Q3 = 1. But that does not give me a nice output table either.
I'm actually looking for a way to do it without recoding or other side steps.