Page 1 of 1

New to EViews programming please help.

Posted: Mon Jul 25, 2011 2:39 pm
by gyan1010
I need help with getting the Q-Stat, LM Stat, and Unit Root tests to print along with the equation statistics in this program.

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
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.

Re: New to EViews programming please help.

Posted: Mon Jul 25, 2011 2:53 pm
by EViews Gareth
Try the forum's programming guide first.

For a detailed listing of syntax, try the Command Reference and the Object Reference from the help menu.