Hi!
I'm trying to create a bar graph with CI's for a total of 6 variables using catcibar with the following code:
All variables are shown in the bar graph with correct means except MDP_SQ_1int which is shown as having a too low mean value which I can also confirm by running a ttest or mean command. Confusingly, I seem to get the correct values for MDP_SQ_1int if run catcibar with only this variable. Any suggestions on how I could resolve this would be greatly appreciated.
I'm trying to create a bar graph with CI's for a total of 6 variables using catcibar with the following code:
Code:
catcibar MDP_A1 MDP_SQ_1int MDP_SQ_2int MDP_SQ_3int MDP_SQ_4int MDP_SQ_5int if once == 1, over(lastb1) color (eltgreen erose) ytitle("NRS 0-10") xtitle ("MDP Dimension")

Comment