Dear All,
let's assume you have a set of data for a survey. You have a question where multiple selections are possible:
What do you like to do on weekends? (more than one can be selected).
a) party all night, sleep all day
b) read books
c) play the piano
You get a file like this
| ID | a) | b) | c) |
|---|---|---|---|
| 1 | 1 | 1 | 1 |
| 2 | 0 | 0 | 0 |
| 3 | 0 | 1 | 0 |
| 4 | 0 | 1 | 1 |
and you want a bar chart that shows the percentage of respondents who have selected a) b) and c).
a: 25%
b: 75%
c: 50%
In SPSS, you would define a "set" (I think that was the term) that tells SPSS to treat the answers as options to make sure they are analyzed accordingly.
How can you do this in Lumira?
Anyone? Thank you ...
Jens