Hello!
I struggle with grouping the bars by sex/gender. I have data (continuous) at 4 timepoints and a variable for sex (1=males 2=females). I want the bars to be groups by sex for each time point beside eachother but with a gap between the time points, i.e. mean for males and females at timepoint 1 (two bars beside each other) - gap - mean for males and females at timepoint 2 (two bars beside each other) - gap - and so on.
The command "over" and "by" doesn't do this for me.
Would appreciate your help a lot!
Regards,
Anders
I struggle with grouping the bars by sex/gender. I have data (continuous) at 4 timepoints and a variable for sex (1=males 2=females). I want the bars to be groups by sex for each time point beside eachother but with a gap between the time points, i.e. mean for males and females at timepoint 1 (two bars beside each other) - gap - mean for males and females at timepoint 2 (two bars beside each other) - gap - and so on.
The command "over" and "by" doesn't do this for me.
Would appreciate your help a lot!
Regards,
Anders

Comment