Search found 192 matches

by mamo
Thu Apr 14, 2022 4:17 am
Forum: Bug Reports
Topic: Inconsistent behaviour of graphics commands in programs vs commandline in panel wfs
Replies: 1
Views: 3315

Inconsistent behaviour of graphics commands in programs vs commandline in panel wfs

Dear Eviews team, I use Eviews 12 Mar 22 2021 build In a panel workfile, graphics commands such as "line" or "bar" give differentl results when used within a program compared to a call from the command line. The code below produces a graph which does not allow to change the date ...
by mamo
Wed Feb 09, 2022 3:48 am
Forum: Data Manipulation
Topic: General option to let graph elements be shown in workfile (page) frequency by default
Replies: 2
Views: 6045

Re: General option to let graph elements be shown in workfile (page) frequency by default

I noticed that he "wf" option for workfile frequency is available only for line graphs, not for bar or dot graphs. The latter two are always displayed at workfile (i.e.: page) frequency. (Ok, a dot chart displyaing the graph objects in native frequencey can of course be generated by specif...
by mamo
Wed Feb 02, 2022 1:48 am
Forum: Data Manipulation
Topic: General option to let graph elements be shown in workfile (page) frequency by default
Replies: 2
Views: 6045

General option to let graph elements be shown in workfile (page) frequency by default

Dear Eviews team,

is there general option in EVIEWS so that by default graph elements in mixed frequencies graphs are shown in workfile (page) rather than in native frequency?

Best, mamo
by mamo
Fri Nov 26, 2021 10:49 am
Forum: Suggestions and Requests
Topic: Pool objects: include "sum" in the statlist for the makestats procedure
Replies: 1
Views: 17083

Pool objects: include "sum" in the statlist for the makestats procedure

Dear Eviews team, I would like to suggest to include the "sum"-statistics in the statlist of the pool procedure "makestats". For instance, let the pool object "poo" have the cross sectional units "A", "B", and "C" Then poo.makestats x_? @ s...
by mamo
Mon Jun 14, 2021 1:21 am
Forum: Bug Reports
Topic: Bug in statsby-functions with panel data
Replies: 1
Views: 8356

Bug in statsby-functions with panel data

Dear Eviews team, I use Eviews 12 March 22 2021 build. I am wondering about the behaviour of @sumsby in the example code below. I would expect that the optional sample literal in by-group statistics (like @sumsby @meansby, etc,) makes the statistics being computed using the sample literal rather tha...
by mamo
Thu May 20, 2021 6:02 am
Forum: Data Manipulation
Topic: Problem in translating a year-week string into a date series
Replies: 1
Views: 8588

Problem in translating a year-week string into a date series

Dear Eviews team, I use Eviews 12 March 2021 built. I am wondering why the program code below does not provide the expected result in the series "date" (rather, gives -1 for the series date). Best, mamo wfcreate u 52 alpha yw="2021-"+@str(@trend+1, "i02") series date=@d...
by mamo
Thu Nov 26, 2020 9:26 am
Forum: Bug Reports
Topic: Graph option gridcust in programs not working properly in individual charts for daily panels
Replies: 2
Views: 12565

Graph option gridcust in programs not working properly in individual charts for daily panels

Dear Eviews team, I use EVIEWS 11 Sept 2019 built, 64 bit. The graph option "gridcust" does not work properly in daily panels when invoked in a program. This happens with daily panels when individual charts for panels within the graph are created (option "panel=i") The manual gri...
by mamo
Wed Oct 21, 2020 4:27 am
Forum: Bug Reports
Topic: Bug in conversion of weekly datestrings using @ateval
Replies: 1
Views: 12542

Bug in conversion of weekly datestrings using @ateval

Dear Eviews team, I use Eviews 11 Sept 19 built 54 bit. There seems to be a bug when converting weekly date strings to a date value in weekly frequency, as "@dateval(yearweek, "YYYY:WW") provides NA for appropriately defined data. In contrast, as the example code below shows, the corr...
by mamo
Mon Sep 28, 2020 11:07 pm
Forum: Programming
Topic: Strange sample setting behaviour in an undatead paneel workfile
Replies: 2
Views: 6092

Re: Strange sample setting behaviour in an undatead paneel workfile

All clear,
many thanks for the quick reply.
mamo
by mamo
Mon Sep 28, 2020 4:00 am
Forum: Data Manipulation
Topic: axispos argument in grpah.addarrow command
Replies: 0
Views: 9614

axispos argument in grpah.addarrow command

Dear Eviews team, I use Eviews 11, Sept 2019 built, 64 bit. I am struggling with the "axispos" argument of the graph.addarrow command - see example code below. What is wrong with the axispos-argument? Many thanks, mamo wfcreate a 2000 2010 series x=@trend freeze(mode=overwrite, mychart) x....
by mamo
Mon Sep 28, 2020 3:05 am
Forum: Data Manipulation
Topic: Chart in dated panel: how to collect crossid first and date second?
Replies: 2
Views: 6308

Re: Chart in dated panel: how to collect crossid first and date second?

Strangely, I have also observed the following behavior (well, note that this does not solve my original request): The following code invoked from the command line provides a different chart than the same code invoked from a program bar(panel=combined) x Still, strangely enough, the above line invoke...
by mamo
Mon Sep 28, 2020 2:35 am
Forum: Data Manipulation
Topic: Chart in dated panel: how to collect crossid first and date second?
Replies: 2
Views: 6308

Re: Chart in dated panel: how to collect crossid first and date second?

Sorry, I mixed it up, so correction of my request: I am looking for an approach to make date appear first in the chart, and crossid second (see example code below, comments changed) Best, mamo, wfcreate a 2000 2010 2 series x=@trend*(3-2*@crossid) smpl 2009 2010 ' The following line creates a bar ch...
by mamo
Mon Sep 28, 2020 2:29 am
Forum: Data Manipulation
Topic: Chart in dated panel: how to collect crossid first and date second?
Replies: 2
Views: 6308

Chart in dated panel: how to collect crossid first and date second?

Dear Eviewers, I use Eviews 11 Sept 2019 built. Is there an approach to collect crossids before dates in charts in a dated panel workpage? (See example code below) Best, mamo wfcreate a 2000 2010 2 series x=@trend*(3-2*@crossid) smpl 2009 2010 ' The following line creates a bar chart in which the da...
by mamo
Mon Sep 28, 2020 2:20 am
Forum: Programming
Topic: Strange sample setting behaviour in an undatead paneel workfile
Replies: 2
Views: 6092

Strange sample setting behaviour in an undatead paneel workfile

Dear Eviewers, I use Eviews 11 Sept 2019 built 64 bit. I detected some strange results when trying to set constrained samples in an undated panel page (details in the code below). Is this a bug? Best, mamo wfcreate a 2000 2010 2 pagestruct dateid crossid ' The following line works as expected smpl @...
by mamo
Fri Sep 25, 2020 1:17 am
Forum: Suggestions and Requests
Topic: group.mixed: allow for place holders and other shortcuts
Replies: 0
Views: 17156

group.mixed: allow for place holders and other shortcuts

Dear Eviews team, this suggestion for future updates of EVEIWS is to allow for placeholders and shortcuts in the generation of mixed graphs via the group.mixed command, such as: Represent all series in the group as stacked bars except the fourth series which should be represented as a line mygroup.m...

Go to advanced search