New to EViews programming please help.
Posted: Mon Jul 25, 2011 2:39 pm
I need help with getting the Q-Stat, LM Stat, and Unit Root tests to print along with the equation statistics in this program.
I am a decent programmer in other languages but know nothing about EViews, I am just trying to help someone that uses it. It would also help if there was a place I could find a detailed syntax guide for all of the built in commands and functions.
Code: Select all
pon
for !j = 1 to 30996 step 252
smpl !j !j+251
ARCH(H,B,M=5000,DERIV=AN) RET C EWRETD @ ADJ_VOL
next