Hello! Is there any way to create an means plot with a repeated measures design with prox mixed like so? A manually produced categorical line plot would work as well. I also tried manually making a line plot with sgplot and changing the tick labels in to categories with no luck. Here is what I am going for:
Here is a snippet of my data:
Here is my code so far:
The code did not produce the intended plot. Once again, a small example of line plot with categories on the x axis would work, and I could go from there! Thanks ahead of time!
... View more