I have a categorical variable which is like:
"How much do you like the sun?"
1 not at all
2 not a great deal
3 neither/nor
4 quite a lot
5 a great deal
How should one deal with it if this is the dependent variable? I thought about two ways:
(a) Make a dummy variable (like/dislike) by dividing the categorical variable into half. My issue is those people who are indifferent (neither/nor). I can put them into one of the two sides ("like" side and "dislike" side) which will produce large bias OR exclude those observations from the sample OR cut this group of people in half and put one half of the observations in one side (like-side) and the rest in the other (dislike-side) which sounds more fair to me.
(b) I could treat the categorical variable "numericaly" as it already is, using its current scale (1 to 5) or any other scale that I find more intuitive.
Thanks a lot!
"How much do you like the sun?"
1 not at all
2 not a great deal
3 neither/nor
4 quite a lot
5 a great deal
How should one deal with it if this is the dependent variable? I thought about two ways:
(a) Make a dummy variable (like/dislike) by dividing the categorical variable into half. My issue is those people who are indifferent (neither/nor). I can put them into one of the two sides ("like" side and "dislike" side) which will produce large bias OR exclude those observations from the sample OR cut this group of people in half and put one half of the observations in one side (like-side) and the rest in the other (dislike-side) which sounds more fair to me.
(b) I could treat the categorical variable "numericaly" as it already is, using its current scale (1 to 5) or any other scale that I find more intuitive.
Thanks a lot!