Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: restricted VAR for preselection of instruments


From   "Sebastian Kruk" <[email protected]>
To   [email protected]
Subject   Re: st: restricted VAR for preselection of instruments
Date   Sat, 27 Dec 2008 09:45:48 -0200

Bob,

I try it the next script:

local x1 hp_gap cf_gap bk_gap

forvalues j=10(-1)2 {
	foreach var in `x1' {
		var f.inf st, exog(l2.`x1' l.`x1' `x1') lags(1/`j') lutstats
		est store mod`var'2_`j'
	}
               foreach var in `x1' {
		var f.inf st, exog(l.`x1' `x1') lags(1/`j') lutstats
		est store mod`var'1_`j'
	}
               foreach var in `x1' {
		var f.inf st, exog(`x1') lags(1/`j') lutstats
		est store mod`var'_`j'
	}
}
est stats _all

But in every estimation it appear hp_gap, cf_gap, bk_gap as exogenous
variables at the same time when I want one at time.

Bye,

Sebastian.
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index