Page 1 of 1

Add.assign and add.init with groups

Posted: Tue Mar 21, 2017 7:06 am
by jsemeano
Hello,

Is it possible to use groups to define the series for which to add and initialize add factors?

Instead of:
model_1.addassign(i) series_1 series_2

could I do?:
group grp_1 series_1 series_2
model_1.addassign(i) grp_1

I'm getting a error that looks like:
"grp_1 was not found in "DO_ model_1.ADDASSIGN(I) grp_1".

Is there any work around?

Thank you in advance,
João

Re: Add.assign and add.init with groups

Posted: Tue Mar 21, 2017 7:10 am
by EViews Gareth
No.