sjPlot icon indicating copy to clipboard operation
sjPlot copied to clipboard

use plot_model with subset of model fit

Open bshor opened this issue 4 years ago • 0 comments

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?

bshor avatar May 26 '21 15:05 bshor