Dear all,
I have used ciplot to look at the point estimates and confidence intervals. The code I have used is as follows:
This produces two figures next to each other. I would like to have to the plots in the same figure. Is this possible?
What I essentially want, is to plot the mean and confidence interval on three different points in time for two groups; if there is another code that works better, any tip would be appreciated.
Best,
Lillian Myrtveit
I have used ciplot to look at the point estimates and confidence intervals. The code I have used is as follows:
Code:
ciplot Y if Intervention==1, by(month) /// name(name1) ciplot Yif Intervention==0, by(month) /// name(name2) graph combine name1 name2
What I essentially want, is to plot the mean and confidence interval on three different points in time for two groups; if there is another code that works better, any tip would be appreciated.
Best,
Lillian Myrtveit
Comment