Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Scott Merryman <scott.merryman@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
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/