Page 1 of 1

UROOT options

Posted: Tue Mar 08, 2016 8:20 am
by jthodge
I receive an error saying "INFOSEL=SIC is an unrecognized option for UROOT" when I run the following code in a program:

Code: Select all

uroot(adf,trend,infosel=sic) ser01
I'm trying to automatically select lag length based on the Schwarz Criterion. Am I missing something here? When I run this code on the command line, it seems to work (although the unit root dialog box pops up).

Also, is there an option for UROOT so that the lag length is automatically selected using t-statistic? (This is one of the options in the drop-down box)

Re: UROOT options

Posted: Tue Mar 08, 2016 9:04 am
by EViews Gareth

Code: Select all

uroot(adf,trend,lagmethod=sic) ser01

Code: Select all

uroot(adf,trend,lagmethod=tstat) ser01

Re: UROOT options

Posted: Tue Mar 08, 2016 9:09 am
by jthodge
Thanks Gareth. I may have been looking at an outdated version of the Command Reference.