5

I use a likert type questionnaire (7 point scale) in order to measure four variables: usefulness, ease of use, ease of learning and satisfaction. Hence in the questionnaire I have four different sub scales and each one has likert items which measure one variable.

I want to find the correlation between the variables. In order to do that, I sum the responses of the likert items for each sub scale and then i correlate the sums using Pearson's coefficients. Is it a good tactic?

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
Tzortzeto
  • 51
  • 1
  • 2
  • (Sub)scale sum of "Likert" rating items is known as Likert or summative construct. Using it means that you treat each individual item as interval level variable. For, if you want to treat them as ordinal summation makes no sense. – ttnphns Jun 27 '15 at 12:33
  • Check http://stats.stackexchange.com/questions/187820/correlation-between-numerical-and-categorical-data-in-r/187822#187822 and I would suggest reading about IRT models. – Tim Apr 01 '16 at 08:25

1 Answers1

1

Yes. Sum of the responses of the Likert Item for each sub scale can be used to find the correlation among these sub scales.

You can also find the mean of the responses for each sub scale and them can use them to find the correlation among these variables.

  • How would finding sums and means enable finding of correlations? – Nick Cox Jan 16 '16 at 12:28
  • suppose there are 5 questions (items) to measure usefulness and you have labelled them as item1, item2, item3, item4 and item5. The summing of the responses of these items means that you just add them like item1+item2+item3+item4+item5. If you are using ms-excel then sum the items for first respondent and then copy the formula for other respondents. If you are using SPSS then use the option compute from transform menu. – itfeature.com Jan 23 '16 at 12:13
  • 1
    That's one way of collapsing several items into one. It says nothing whatsoever about the correlations between subscales: you might as well claim that the sum of 1,2,3,4,5 tells me about the differences between them. – Nick Cox Jan 23 '16 at 16:41
  • I just gave you an example of a sub-scale not for all. Your all sub-scales (usefulness, ease of use, ease of learning and satisfaction) needs to be same computation. After computing scores (summing the questions of each sub-scale), you can perform correlation between them, regression analysis and some comparisons such as ANOVA. – itfeature.com Jan 25 '16 at 03:28
  • I suggest that you edit your answer to make clearer what you are proposing. – Nick Cox Jan 25 '16 at 08:25
  • You should read it again as I started it with suppose and just considered usefulness, not others. Its self explanatory. – itfeature.com Jan 26 '16 at 12:34
  • It's your choice. I didn't understand it at first, and the comments certainly help, but I am open to the interpretation that I was just being stupid. – Nick Cox Jan 26 '16 at 12:49
  • @itfeature I wish Values of scale points were listed by the user and nature of question item (positive or negative ) should be indicated by OP. The answer is logical and practical but the procedure is not vindicated. –  Jun 07 '16 at 15:25