Consider the following survey question:
Q: Choose one or more of the following 5 items:
A B C D E
- How can one test which items are more frequently chosen for a sample with 100 individuals? Is it advisable to fit a distribution to the data?
|
Consider the following survey question: Q: Choose one or more of the following 5 items: A B C D E
|
|||||||||
|
|
It seems like you are not interested in how choosing one item relates to choosing another. If this is the case, you can just treat each of the five items as separate questions with binary responses, and you can estimate the proportion of people who would select a particular item with a binomial or normal model. |
|||
|
|
|
Like Thomas, I think you should simply convert your items into 5 binary variables (0 or 1), and then get the frequencies for those variables. You'll then be able to order the items by popularity. If you want to "test" the difference between the proportions, I would advise using a tool such as this one to get confidence intervals (typically 95%). If the intervals overlap, the differences may then be due to sampling error. |
||||
|
|