Traditionally in linear regression your predictors must either be continuous or binary.  Ordinal variables are often inserted using a dummy coding scheme.  This is equivalent to conducting an ANOVA and the baseline ordinal level will be represented by the intercept.

However what if you want to plug further predictors into your model, some continuous and some also dummy coded ordinal?  The rationale for the dummy coding does not make sense to me if there are other predictors also present.  What does the baseline category represent in this scenario?

Furthermore, if you are constructing a minimal adequate model, you may end up in the situation where you are dropping some levels of your ordinal predictor but not others.  This seems tantamount to saying that being labelled a "5" is informative but being labeled a "7" is not.  Where you're only using the ordinal predictor I'd say this probably makes sense, but again when it is mixed in with many other predictors I'm uncertain of the rationale.

In cases where you have many levels to your ordinal predictor (in my case 18) some have advised me to treat it as "pseduo-continuous" which I'm wary of.

Can anyone offer me some better advice?

Similar questions and discussions