Odds ratios for clm()
and alike from package ordinal
#1163
Replies: 6 comments
-
The location and scale parameters should be exponentiated (to proportional odd ratio and ratios, respectively). I think an argument can also be made for the intercepts, since they are akin to the single intercept for a logistic binomial model. |
Beta Was this translation helpful? Give feedback.
-
I think we need to do -1 * intercepts though. Compare:
Wdyt @mattansb ? |
Beta Was this translation helpful? Give feedback.
-
CLM
Binomial model
|
Beta Was this translation helpful? Give feedback.
-
Yes, in ordinal models the intercepts are actually thresholds. But that might be confusing to the user? |
Beta Was this translation helpful? Give feedback.
-
Isn't this depending on whether you look at: Intercept is event to reference (glm), or threshold from reference to next higher category (clm)? Thus, the different sign makes sense? |
Beta Was this translation helpful? Give feedback.
-
Keeping this as discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Only the intercept (i.e. thresholds) are exponentiated and the location and scale parameters are not. I wonder whether it should be exactly the other way round?
Beta Was this translation helpful? Give feedback.
All reactions