Skip to content

likert scale analysis with R

5 messages · Iasonas Lamprianou, Jim Lemon

#
On 08/23/2011 08:39 PM, Iasonas Lamprianou wrote:
Hi Jason,
The way I have treated this sort of response measure is to create two 
variables, as two questions are being asked. One is:

"Do you have an opinion on this statement?"

and the other is:

"How much do you agree or disagree with this statement?"

(if the item really is a Likert scale). A "No" on the first question 
automatically implies a missing value on the second.

Oh, and I usually tell the person who has written the questionnaire to 
limit each item to one question.

Jim
#
On 08/23/2011 09:07 PM, Iasonas Lamprianou wrote:
If it is really necessary to avoid missing values, and there is an 
indifference point on the scale, and you can defend the decision to 
consider the "Don't know" option as indifference, you can recode all 
your "Don't know" responses to indifference.

Jim