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: running marginsplots without rerunning margins again
From
Scott Merryman <[email protected]>
To
[email protected]
Subject
Re: st: running marginsplots without rerunning margins again
Date
Thu, 11 Aug 2011 09:39:15 -0500
There is an easier way.
-margins- has an undocumented saving() option
clear*
webuse nhanes2
regress bpsystol agegrp##sex if region ==4
margins agegrp, saving(mymargins,replace)
clear*
use mymargins
l
line _mar _m1, lc(black) ///
|| rcap _ci_u _ci_l _m1, lc(black) ///
||, legend(off) xlabel(, valuelabel) ytitle(Linear Prediction)
Scott
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/