我使用sjPlot软件包和以下命令进行了此绘制:
plot_model(fit, type = "pred", terms = c("degree_of_urbanization", "language"), dot.size = 2) + labs(y = "NEFI Overall Score", x = "Degree of urbanization", title = "Predicted values of NEFI Overall Score")
如何更改这些线之间的距离。它们之间的距离太近了,我不想扩大我的情节。
答案 0 :(得分:0)
使用类似躲避= 0.5的东西。 sjPlot只是包装ggeffects用于边缘效应图。 plot_model()的一些参数被传递给ggeffects plot()方法。参见https://strengejacke.github.io/ggeffects/reference/plot.html