strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
603 stars 91 forks source link

plot_model() output for Proportional Odds Models #900

Open abgok opened 1 year ago

abgok commented 1 year ago

Hi, I am trying to plot a proportional odds model (modelled with MASS::polr or ordinal::CLM). These models have the "intercept" part and plot_model() plots it on top of the main model results as a two row grid. Is there a way to disable this behavior and show only the dependent variables?