strengejacke / sjPlot

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

plot_models() doesn't allow to select the regression type as plot_model() does #914

Open VictorSiq opened 11 months ago

VictorSiq commented 11 months ago

I'm running some regressions and noticed that the results I found when using plot_model() with type = 'std2' are different than the ones presented by plot_models() to show some results together. I've noticed that the plot_models() uses the fixed effects model, but does not allow me to change it. I need to select the type = 'std2' so I can have a better comparison between my results.

Is this an issue? Has anyone knows a way to solve this situation?