I am having some trouble with the performace::check_model()
function.
I have already checked this thread and found that using this works in creating the plots in a png file:
png("model checking plot.png")
nested_models$models[[1]] %>% check_model()
dev.off()
However, I would like to know if it is possible to create the plot in the RStudio windows? I have already enlarged my window size and reduced windows scaling.