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
generating a dummy variable to identify variation within a groupI want to create two new dummy variables that say whether the variables primset and primact vary wit…
What is the minimun number of observations per response needed for a regression?* *I was running a regression and I obtained a very counter intuitive result (very high coefficient wit…
Removing the line below each headingDear Stata users, I have drawn a combined graph as below and would like to remove the line below ea…
What is the minimun number of observations per answer that I need?I was running a regression and I obtained a very counter intuitive result (very high coefficient wit…
sleep command - milliseconds upper limitI would like to pause a stata command for 24 hours due to some externally imposed restriction on cod…
Subscribe to:
Post Comments (Atom)
0 Response to combining dotplot graphs
Post a Comment