-1

I have two likert scale questions:

1: not well at all, a little likely, somewhat likely, likely, very likely

2: not well at all, a little, somewhat, quite well, very well 

I am trying to see if there is a relationship/correlation between the responses to the two questions. How can I test this?

mkt
  • 11,770
  • 9
  • 51
  • 125
Kirby
  • 1
  • 2
  • The short answer is that you can probably just use a chisq test of independence and then assess the contingency table for direction. – RickyB Apr 07 '18 at 14:44

1 Answers1

0

For correlation, you can use rank correlation measures such as Spearman's rank correlation or Kendall's Rank Correlation. Depending on the relationships you are looking for, there are other means of looking for a relationship such as comparing means using ANOVA methods.

orcmor
  • 128
  • 6