Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Fw: Unable to combine graphs using -grc1leg-
From
Scott Merryman <[email protected]>
To
[email protected]
Subject
Re: st: Fw: Unable to combine graphs using -grc1leg-
Date
Thu, 28 Feb 2013 07:42:55 -0600
The example below works:
clear*
sysuse auto
reg price c.weight##c.mpg i.rep
qui margins, at(weight=(1500(500)5000) rep=(1(1)5))
marginsplot , plotdimension(rep78) noci name(graph1, replace)
qui margins, at(mpg=(10(10)50) rep=(1(1)5))
marginsplot , plotdimension(rep78) noci name(graph2, replace)
grc1leg graph1 graph2
Scott
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/