Is there a way of supressing the labels of "Dependent Variables" in a plot like the following?
It is a simple regression plot made with the following code:
library(sjPlot)
plot_models(
Mod1, Mod2, Mod3, axis.labels = c("Diferença de posicionamento (cidadão/expert)", "Conhecimento político",
"Educação"), ci.lvl =.99, dot.size=2, line.size =1)