Bookmark and Share

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: RE: RE: Plot Lagged variable coefficients and CI over time


From   Tobias Friedli <[email protected]>
To   [email protected]
Subject   Re: st: RE: RE: Plot Lagged variable coefficients and CI over time
Date   Wed, 15 Sep 2010 15:31:32 +0200

thank you martin.

Is there an alternative command to -parmest, saving(myfile, replace)- that works in stata 10?
i get the message: "this is version 10.0 of Stata; it cannot run version 11.0 programs"

Regards

> 
> <>
> 
> To make the axis labelling nicer, make the -eclplot- call 
> 
> *************
> eclplot estimate min95 max95 timevar, rplottype(rcap) xla(1/3)
> *************
> 
> 
> HTH
> Martin
> 
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Martin Weiss
> Sent: Mittwoch, 15. September 2010 15:14
> To: [email protected]
> Subject: st: RE: Plot Lagged variable coefficients and CI over time
> 
> 
> <>
> 
> Try Roger Newson`s -ssc d parmest-:
> 
> *************
> capture which parmest
> if _rc ssc install parmest
> 
> use http://www.stata-press.com/data/r11/nlswork.dta, clear
> xtreg ln_wage L(1/3).south
> parmest, saving(myfile, replace)
> u  myfile, clear
> drop if parm=="_cons"
> split parm, parse(.)
> encode parm1, gen(timevar)
> eclplot estimate min95 max95 timevar, rplottype(rcap)
> *************
> 
> 
> HTH
> Martin
> 
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Hobst
> Sent: Mittwoch, 15. September 2010 14:56
> To: [email protected]
> Subject: st: Plot Lagged variable coefficients and CI over time
> 
> Hi i have estimated a model such like this:
> 
> xtmixed y F(1/3).y y L(1/3).y ,mle
> 
> Now i would like to plot the coefficients as well as the confidence
> intervall of y over time form F3 to L3.
> Time should be on the x axis. Similar to a impulse response function.
> 
> I dont get how i can do that. Can someone help me with this?
> 
> Thank you very much in advance.
> 
> Regards
> Tobias
> -- 
> View this message in context:
> http://statalist.1588530.n2.nabble.com/Plot-Lagged-variable-coefficients-and
> -CI-over-time-tp5534267p5534267.html
> Sent from the Statalist mailing list archive at Nabble.com.
> *
> *   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/
> 
> *
> *   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index