Hi,

I'm analysing my survey data to test whether A affects B using the ordinal logistic regression model in R ("polr" function). In my case, both A (the explanatory variable) and B (the response variable) are categorical. Each has 5 levels, which are "Never", "Rarely", "Sometimes", "Often", "Every time". Since the explanatory variable is ordinal, the model gives 4 t-values comparing two adjacent levels. However, I'm only interested in testing whether A affects B in general, rather than the difference between different levels. Could you please tell me if there is any way to get the overall effect of levels in ordinal logistic regression using R? (i.e., to get only one t-value for the ordinal explanatory variable) Additionally, how do I test the assumption about proportional odds, and get only one OR and CI in this case? Many thanks in advance!

More Shengyu Wang's questions See All
Similar questions and discussions