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]
st: RE: gorciv alternative
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: gorciv alternative
Date
Fri, 28 May 2010 21:04:26 +0200
<>
***********
capture which parmest
if _rc ssc install parmest
capture which eclplot
if _rc ssc install eclplot
sysuse auto, clear
reg price mpg length
parmest, saving(myfile, replace)
u myfile, clear
encode parm, gen(numparm)
drop if parm=="_cons"
eclplot estimate min95 max95 numparm, /*
*/ eplottype(scatter) rplottype(rcap) /*
*/ estopts(sort) ciopts( )
//equivalent to
sysuse auto, clear
reg price mpg length
gorciv mpg length
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Dmitriy
Krichevskiy
Sent: Freitag, 28. Mai 2010 20:35
To: statalist
Subject: st: gorciv alternative
Hello Statalisters,
I am trying to determine if there is a newer alternative to -gorciv-.
I need to graph and combine confidence intervals from dummy intercepts
of 10 different regressions on one graph (in a sort of box plot way).
But plots created by -gorciv- are "not live graphs" and, as such,
cannot be edited or combined.
Any input is greatly appreciated, thanks.
Dmitriy
--
Research Associate, College of Education
Lumina Foundation Project
*
* 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/
*
* 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/