Dear developers and users.
I would like to plot a data set where I have 3 groups (control, disease 1, disease 2) in 5 different conditions (placebo, drug A, drug B, C, D and E).
When I did 2-way ANOVA I could make compassions between groups for each treatment. Ex. control vs disease 1 vs disease 2 in Placebo, which is my major interest.
So now I would like to plot in a single Graph all the 15 groups in a way where I can show the mean difference between the the 3 groups in each of the 5 conditions.
For instance, for the placebo condition I would be able to see:
Disease 1 - Placebo; Disease 2 - placebo and Disease 2 - Disease 1
And the same for the other 4 conditions.
Is it even possible?
Sorry if I wasn't clear enough making my point.