everyone!
I use hierarchical ordered logistic regression to add predictors in a model one by one. Then I want to present the model via tab_model() function.
The thing is that I have lots of intercepts in my model because my DV is an index of 4 categorical ordinal variables.
I tried to use show.intercept = F as an argument in tab_model(), where I put all the nested models. However, it didn't help, and the intercepts were not removed in viewer.
Any suggestions?