When checking the assumptions for an ANOVA my tables appear very close together so they are unreadable, how do I change this? Below is the code I have currently
library(performance)
install.packages("patchwork")
library(patchwork)
plot(check_normality(full_model))
check_model(full_model)
I do not remember the code to expand my tables, and google isn't being very helpful