Good afternoon,
I am trying to make a plot using ggplot2 packages. I would like to make the mean appears on the graphe. I can get this:
However, I don't want the mean line showing mean for each X values but rather want a straight mean line of the value of x=1
Is it possible?
This would be to add mean for each values as a circle and show the difference
Thank you very much!