strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VictorSiq opened this issue · comments

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?