I can't succed in combining dotplot graphs: I have there distinct groups of observations, marked with different colours.
dotplot ln_IGG if IGG!=. & dose==2 & gruppo=="ospite", over(DOTPLOT) yline(3.912023) yline(6.9077553) color(black) /// name(graph1, replace)
dotplot ln_IGG if IGG!=. & dose==1 & gruppo=="ospite", over(DOTPLOT) yline(3.912023) yline(6.9077553) mfcolor(white) mlcolor(black) /// name(graph2, replace)
dotplot ln_IGG if IGG!=. & (dose==0 & pregresso==1) & gruppo=="ospite", over(DOTPLOT) yline(3.912023) yline(6.9077553) mfcolor(gray) mlcolor(black) /// name (graph3, replace)
I tried with the following ...
graph combine graph1 graph2 graph3, common
... but it doesn't work!
Thanks for any kind help.
Mario Saugo
UOSD Epidemiologia
ULSS 7 Veneto
Italy
Related Posts with combining dotplot graphs
Change letter spacingDear all, When plotting a graph, is there an option to change the distance between characters (lett…
How to get 1, 3, 6 month future returnsHello. I'm currently doing a finance dissertation on the U.S. stock market. I have firm prices, dail…
Possible issue with diff in diff regression?Hello, I am trying to do a diff in diff approach where my regression code looks like this Code: …
Result in binary logistic regression significant but not in multilevel modelDear all, I have run a binary logistic regression analysis (good versus poor health) and my results…
Piecewise regressionDear Statalist. I was wondering how to know what intial value to enter when doing a piecewise regres…
Subscribe to:
Post Comments (Atom)
0 Response to combining dotplot graphs
Post a Comment