I am working with a data set comprised of 15 participants rating 37 separate Likert scale questions. I would like to know if the ratings for any one question are significantly different than all of the others. For simplicity I am treating the Likert scale responses as a normally-distributed and continuous.
I can use an ANOVA
to test that there is an overall difference in ratings across all 37 questions. However, I am stuck with how to assess if any one question is significantly different than all others. Using
will give me the difference between any one of the 37 ratings and the grand mean (I think), but I want to specifically see if any one rating is different than the combination of all others. Do either the constrasts or margins command do this? Do I need something else?
Thanks in advance for the help.
I can use an ANOVA
Code:
anova importance question
Code:
contrasts g.question
Thanks in advance for the help.
Comment