Page 1 of 1

Syntax / programming

Posted: Tue Sep 17, 2013 8:35 am
by nsaba
I'm using EViews 8 novice at Programming

What is the syntax for adding the Trading Day/Holiday adjustment Options -- "Adjust in ARIMA step", "Flow Weekday-weekend/leap year effects" and select the holidays "Easter", Labor day", "Thanksgiving/Christimas"

Many thanks

Re: Syntax / programming

Posted: Tue Sep 17, 2013 8:47 am
by EViews Gareth
Context?

Re: Syntax / programming

Posted: Tue Sep 17, 2013 9:46 am
by nsaba
I'm trying to apply the seasonal adjustment options like the dialog box in a set of series I have.
I'm using this command:

ser1x.x12(mode=m,filter=msr,save=" d11", reg="tdnolpyear easter[8] labor[8] thank [8]", tf=auto, amdl=f, best, mfile="c:\program files (x86)\eviews 8\x12a.mdl", outlier) ser1x

It looks like it's running just fine, but when I go check the dialog box, the adjustment options, trading day effects and holidays I wanted are not selected (in Proc > Seasonal Adjustment > Census X-12 > Trading Day/Holiday).

I guess there's some regressor lacking at the "reg" option, but I don't know what it is.

Thanks!