Hello,
I really need help with a formality in my graphic. I want to remove the visual data points because they are so many and also overlapping. I do not need the points for my visualization but cannot get rid of them.
Here is my script:
ggbetweenstats(daten_cc, GENDER, NEGAFF,type = "parametric",results.subtitle =TRUE, bf.message = FALSE,effsize.type = "biased")+
ylab("Negative Affect")+
scale_x_discrete(labels=c("1" = "Male", "2" = "Female"))
And here is the graphic
Could you help me to remove the colored points?