Hi!
I just added an regression manually to the plot. But how can I remove the red part between the intervals?
Hi!
I just added an regression manually to the plot. But how can I remove the red part between the intervals?
Copyright © 2021 Jogjafile Inc.
If you are using ggplot2, you just need an extra argument to
geom_smooth()
:Make sure to add that
se = FALSE
there, that is what the red bar is. If this answer helps solve your issue please mark as correct.EDIT: for sjPlot PACKAGE
Use the following argument: