extract the AIC from estimated equation output
Posted: Sat May 21, 2016 10:48 am
Hello,
I'd like to extract the AIC from my estimation output. For example I estimate the equation
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
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)Is there a way to extract the AIC score from the estimation output using commands from my program?AIC is not a member or procedure of LSTR03.