Hi!
I'm working on Stata 13/MP from a Mac.
I am trying to get a graph showing the dynamics of variables var1-var8 over time.
var1-var4 belong to the treatment group, while var5-var8 belong to the control group.
I would like to have solid lines for var1-var4 (treatment group) and dashed lines for var5-var8 (control group). Is that possible?
I was thinking about doing something like:
tw (scatter var1 var2 var3 var4 var5 var6 var7 var8 time) (line var1 var2 var3 var4 var5 var6 var7 var8 time) ///
lpattern(???)
Would that be an option? If yes, could anyone help me with the syntax?
Thanks a lot in advance!
Ana
I'm working on Stata 13/MP from a Mac.
I am trying to get a graph showing the dynamics of variables var1-var8 over time.
var1-var4 belong to the treatment group, while var5-var8 belong to the control group.
I would like to have solid lines for var1-var4 (treatment group) and dashed lines for var5-var8 (control group). Is that possible?
I was thinking about doing something like:
tw (scatter var1 var2 var3 var4 var5 var6 var7 var8 time) (line var1 var2 var3 var4 var5 var6 var7 var8 time) ///
lpattern(???)
Would that be an option? If yes, could anyone help me with the syntax?
Thanks a lot in advance!
Ana
Comment