Hi All,
Suppose the predictors are ordinal and the predictors {x_1,x_2,,,x_i} describe distances between categories of X, a linear logistic model is given by:
logit(p_i) = alpha + beta_i x_i
I am performing ordinal logistic regression to model the effect of an ordered categorical variable with 3 levels on the outcome which has ~3 levels. I have a couple of questions: Is there an equivalent trend test in this case (analogous to the linear logit model)? If so, what is it? Second, the estimated odds ratios from my logistic model for these indicator variables increase with the order of the variable. If there is a trend, I would like to test this formally. How would I do that?
thanks,
Shankar