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_model() uses conditional averages rather than full averages from MuMin model-averaged object

shan-e-s opened this issue · comments

plot_model() can generate plots using averaged models from MuMin but only using the conditional averages rather than the full averages, as far as i can tell.

sjPlot is the only package i have come across that can handle the model average objects from MuMin and has been great so far. Is it possible to choose between the full and conditional averages when plotting?

Related to the following issue: #692

I think this is not yet implemented in plot_model(). Meanwhile, you can try parameters::model_parameters(), and the related plot()-method as a workaround.

Great thanks, that workaround functions as needed.