Odds ratios for clm() and alike from package ordinal
#1163
strengejacke
started this conversation in
General
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. |
0 replies
|
I think we need to do -1 * intercepts though. Compare: Wdyt @mattansb ? |
0 replies
|
CLM Binomial model |
0 replies
|
Yes, in ordinal models the intercepts are actually thresholds. But that might be confusing to the user? |
0 replies
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? |
0 replies
|
Keeping this as discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions