Solved – Ordinal data in regression

ordinal-dataregression

My data is almost only ordinal data. My dependent variable is a 4 point scale:

1 = completely agree
2 = agree to some extent
3 = disagree to some extent
4 = completely disagree

I want to use regular OLS using SPSS. Should I use ordinal regression? What is the difference between ordinal regression and linear regression? When I try to use linear and my dependent variable, SPSS refuses to run the analysis. What should I do?

Best Answer

Since your response is ordinal then you should use ordinal regression. At a very high level, the main difference ordinal regression and linear regression is that with linear regression the dependent variable is continuous and ordinal the dependent variable is ordinal.

Now you can usually use linear regression with an ordinal dependent variable but you will see that the diagnostic plots do not look good. When you say SPSS won't run the linear regression what do you mean? Are you getting an error?