I've been trying to do this boxplot now for a whole day. I give up soon. Please help. I just want a simple boxplot for my 3 groups, A, B and C. This is my data simplified:
> mydata
A01 A02 A03 B01 B02 B03 C01 C02 C03
id0001 1 2 3 6 7 8 11 12 13
A01, A02 and A03 should make up the confidence interval for A, etc. How can I have a very simple boxplot with the 3 groups on the x-axis? Although boxes would be great too, I would be so grateful if someone could help me make my plot similar to this one. Eventually, I want to make a graph that contains more than one ID, so it looks like this one, but with error bars like the first one.
If someone could help me or give me tips on how to proceed, I would appreciate it so much!
Thank you.
