I was trying to use performance::check_model() this function and I got the following error,
Error: The RStudio 'Plots' window is too small to show this set of plots.
Please make the window larger.
I have tried to run dev.off()
a few times, and then try to plot again. Also to Run options(device = "RStudioGD")
I don't think data matters here. I was trying to use with a lme4.
m1 <- lmer (insuline ~ insuline_cov + time + time:group + vo2_cov + sbp_cov
+ age + (1 | Participante), data = dat_long0 )
summary(m1)
confint(m1)
performance::check_model(m1)
System Information:
2022.07.2 Build 576 (desktop)
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 8.1 x64 (build 9600)
Referred here from support.rstudio.com