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: depvar and rolling regressions


From   Christopher Baum <[email protected]>
To   <[email protected]>
Subject   re: st: RE: re: depvar and rolling regressions
Date   Mon, 1 Nov 2010 20:47:27 -0400

<>
Degas said

I have created a saved file (from rolling regressions) and merged it
with my data file to calculate the dependent variable.

Do you have a research paper that uses the -myregress- on your website
since I do not quite understand the command.


The use of myregress is illustrated in section 12.1 of ITSP. After webuse wpi1,

. rolling sum=r(sum) se=r(se) ,window(30) :  myregress wpi L(1/4).wpi t, lagvar(wpi) nlags(4)

will estimate the steady-state value of the sum of lag coeffs, in point and interval form, using rolling.

The same logic could be used, substituting predict for lincom, to estimate and predict under the control of rolling.

Kit

Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
                              An Introduction to Stata Programming  |   http://www.stata-press.com/books/isp.html
   An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html


*
*   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