I have a relatively simple question that I have searched the forum for but could use extra assistance with.
I would like to overlay two dot charts. This is the basic code used to create these two charts. Variables 3 and 5 are both dummy variables. Is there a simple way to overlay these two charts?
Thank you
Code:
graph dot (mean) v1 (mean) v2, over(v3) over(v4) graph dot (mean) v1 (mean) v2, over(v5) over(v4)
0 Response to Overlay Dot Charts
Post a Comment