Page 1 of 1

extract the AIC from estimated equation output

Posted: Sat May 21, 2016 10:48 am
by elmst616
Hello,

I'd like to extract the AIC from my estimation output. For example I estimate the equation

Code: Select all

lrd4.star(variables=lrd4(-1) bdmrgn dlsoy lrd6, transition=lrd4(-1), lstr, evaluation, sv=d4sv)
which generates the equation LSTR03 with the following ouptut. I thought it would be something simply like genr lstr5info = lstr05.aic, but I get an error message that states
AIC is not a member or procedure of LSTR03.
Is there a way to extract the AIC score from the estimation output using commands from my program?

Re: extract the AIC from estimated equation output

Posted: Sat May 21, 2016 11:39 am
by EViews Gareth
Lstr03.@aic

Re: extract the AIC from estimated equation output

Posted: Sat May 21, 2016 11:50 am
by elmst616
Lstr03.@aic
beautiful, thanks!