VARSEL - Auto-search / GETS
Posted: Thu Apr 25, 2024 11:38 am
Hello, I'm using EViews 13 and trying to use the VARSEL function with the GETS method.
The always-included regressor is just my dependent variable and the list of search-regressors has a constant, the 1-12 lags of the dependent variable and the 1-12 lags of another variable. I'm doing this in a loop for 47 countries.
However, when I run the prg, it pops an error saying "Selection procedure found no variables to include". I tried disabling all the diagnostics tests and setting the terminal condition p-value at 1 to see if it would generate any model, but it continues to show that error for some countries.
The prg line follows below. Any idea what may be causing this issue?
Thanks!
equation tmp_model{%temp}.varsel(method=auto, pval=1, nolm, noarch, nojb, nopet) dp{%temp} @ c dp{%temp}(-1) dp{%temp}(-2) dp{%temp}(-3) dp{%temp}(-4) dp{%temp}(-5) dp{%temp}(-6) dp{%temp}(-7) dp{%temp}(-8) dp{%temp}(-9) dp{%temp}(-10) dp{%temp}(-11) dp{%temp}(-12) _pc96m(-1) _pc96m(-2) _pc96m(-3) _pc96m(-4) _pc96m(-5) _pc96m(-6) _pc96m(-7) _pc96m(-8) _pc96m(-9) _pc96m(-10) _pc96m(-11) _pc96m(-12)
The always-included regressor is just my dependent variable and the list of search-regressors has a constant, the 1-12 lags of the dependent variable and the 1-12 lags of another variable. I'm doing this in a loop for 47 countries.
However, when I run the prg, it pops an error saying "Selection procedure found no variables to include". I tried disabling all the diagnostics tests and setting the terminal condition p-value at 1 to see if it would generate any model, but it continues to show that error for some countries.
The prg line follows below. Any idea what may be causing this issue?
Thanks!
equation tmp_model{%temp}.varsel(method=auto, pval=1, nolm, noarch, nojb, nopet) dp{%temp} @ c dp{%temp}(-1) dp{%temp}(-2) dp{%temp}(-3) dp{%temp}(-4) dp{%temp}(-5) dp{%temp}(-6) dp{%temp}(-7) dp{%temp}(-8) dp{%temp}(-9) dp{%temp}(-10) dp{%temp}(-11) dp{%temp}(-12) _pc96m(-1) _pc96m(-2) _pc96m(-3) _pc96m(-4) _pc96m(-5) _pc96m(-6) _pc96m(-7) _pc96m(-8) _pc96m(-9) _pc96m(-10) _pc96m(-11) _pc96m(-12)