hello, i need help
i need to forecast the GDP in the next 3 years with 3 models (ARDL, AR, VAR) i don't how to do in Stata.
i do this but it isn't work:
reg dgdp L(1/2).dgdp dinvest
tsappend, add(12)
estimates store adl
forecast create adl, replace
forecast estimates adl
forecast solve, log(off)
i will really appreciate if someone help me, i have to give my homework on sunday and i have block in this step. i would like to know either what command can i use to know how many lags
that i have to schoose on all my regression.
i need to forecast the GDP in the next 3 years with 3 models (ARDL, AR, VAR) i don't how to do in Stata.
i do this but it isn't work:
reg dgdp L(1/2).dgdp dinvest
tsappend, add(12)
estimates store adl
forecast create adl, replace
forecast estimates adl
forecast solve, log(off)
i will really appreciate if someone help me, i have to give my homework on sunday and i have block in this step. i would like to know either what command can i use to know how many lags
that i have to schoose on all my regression.
Comment