Hello everyone,
I'm working on a longitudinal model, I'm using the Long format of the dataset.
I generated the Mean of my continuous Variable with egen;
then I used
collapse (mean) Var, by(Group Time)
xtset Group Time
xtline Var, overlay
so far so good; now how can I add the 95% CI for the 2 Groyups in the same graph?
Thanks a lot for your help.
I'm working on a longitudinal model, I'm using the Long format of the dataset.
I generated the Mean of my continuous Variable with egen;
then I used
collapse (mean) Var, by(Group Time)
xtset Group Time
xtline Var, overlay
so far so good; now how can I add the 95% CI for the 2 Groyups in the same graph?
Thanks a lot for your help.

Comment