the following is a minor issue
Eviews version: Eviews 8.1 64 bit
Issue: One cannot program adding one and the same series more than once to the same group
Example:
Code: Select all
mygroup.add x xIn contrast, x can be added to the group more than once via the group members menu.
Workaround:
One may add x and an idempotent transformation of x, such as
Code: Select all
mygroup.add x x+0Allow for adding the same series more than once to the group
Remark: let mygroup contain two instances of x. After
Code: Select all
mygroup.drop x This seems to somehow contrast with the logic behind the add procedure.
Remark:
Certainly a minor issue; the option of having one series more than once in the same group may be convenient, in particular when mangaging large groups
Best,
mamo
