sjPlot
sjPlot copied to clipboard
use plot_model with subset of model fit
I am using plot_model on a number of lme4::lmer model fits on biggish data. I am trying to do so in the markdown environment, so I'm constantly loading a huge fit every time I recompile my markdown chapter.
In modelsummary, I'm able to save the output as a very small object that I can reload prior to compiling regression tables in markdown. Is there some equivalent for plot_model?