group - add: adding the same series more than once

For making suggestions and/or requests for new features you'd like added to EViews.

Moderators: EViews Gareth, EViews Moderator

mamo
Posts: 191
Joined: Wed Nov 07, 2012 9:11 am

group - add: adding the same series more than once

Postby mamo » Wed Apr 22, 2015 1:58 am

Dear Eviews team,

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 x

would result in x showing up only once in the group mygroup
In 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+0


Suggestion:
Allow 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

mygroup contains one instance of x - as I expect.
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

EViews Glenn
EViews Developer
Posts: 2671
Joined: Wed Oct 15, 2008 9:17 am

Re: group - add: adding the same series more than once

Postby EViews Glenn » Wed Apr 22, 2015 10:47 am

I agree. I've made a preliminary update to EV9. It'll go to testing and if all is well, will appear shortly in an EViews 9 patch.

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: group - add: adding the same series more than once

Postby EViews Jason » Mon Jun 01, 2015 1:58 pm

As of the latest patch (May 29, 2015), you will need the 'dup' option to add a series more than once.

Code: Select all

mygroup.add(dup) x x


Return to “Suggestions and Requests”

Who is online

Users browsing this forum: No registered users and 26 guests