Search found 192 matches

by mamo
Fri Nov 22, 2019 3:50 am
Forum: Bug Reports
Topic: @recode not working properly
Replies: 2
Views: 7905

Re: @recode not working properly

I have found a work-around

Code: Select all

wfcreate a 2000 2010
series x=nrnd
' show @recode(x<=0,NA,log(x)) 'this works
series y=0 'pre-define y
series y=@recode(x<=0,y,log(x)) 'this works as well!!


Best, mamo
by mamo
Fri Nov 22, 2019 3:13 am
Forum: Bug Reports
Topic: @recode not working properly
Replies: 2
Views: 7905

@recode not working properly

Dear Eviewers, I use Eviews 11 build Sept 2019 @recode does not work properly in assignments, see code below which breaks due to log of non-negative number (Same @recode command as in context of "show" works, however) wfcreate a 2000 2010 series x=nrnd show @recode(x<=0,NA,log(x)) 'this wo...
by mamo
Fri Nov 22, 2019 2:04 am
Forum: Bug Reports
Topic: dupplicate view of group makes EVIEWS crash (at list with large datasets)
Replies: 3
Views: 9124

dupplicate view of group makes EVIEWS crash (at list with large datasets)

Dear Eviewers, using Eviews 11, 17 Sept 2019 build, it seems that working with the duplicate view of a group lets EVEIWS crash, at least when working with a large data set. See large data file "na.wf1", attached, and try "gr.dups", expand to "Duplicates/Count" and try t...
by mamo
Thu Nov 21, 2019 11:07 am
Forum: Bug Reports
Topic: @tablenames does not work with excel files when folder is an html adress
Replies: 1
Views: 6244

@tablenames does not work with excel files when folder is an html adress

Dear EVIEWers I use Eviews 11, Sept 2019 build The function @tablenames, which should provide the list of excel sheets of an excel file, does not work when the path name of the excel file is a html reference Best, mamo example: %sheets=@tablenames("http://www.euklems.eu/excel/US_National-Accoun...
by mamo
Thu Nov 14, 2019 2:06 am
Forum: Bug Reports
Topic: Graphing panel data: one cannot render dual axes overlapping manually at once for each cross-sectional sub-chart
Replies: 0
Views: 8480

Graphing panel data: one cannot render dual axes overlapping manually at once for each cross-sectional sub-chart

Dear EVIEWers I use Eviews 11, Sept 2019 build in a panel chart which has individual charts for each cross-section, it is not possible to make two vertical axes (left and right) overlapping manually, for all cross-sectional sub-charts at once, by using the menu "Options for all graphs" of ...
by mamo
Tue Oct 08, 2019 2:45 am
Forum: Suggestions and Requests
Topic: graph.@items: add number of items as data member to the graph object
Replies: 0
Views: 16797

graph.@items: add number of items as data member to the graph object

Dear Eviewers, I use Eviews 10 March 2018 built. I'd like to suggest to add a data member like "graph.@items" to the graph object in order to have quick access to the number of items shown in a graph. The work-around "@wcount(graph.@members))" does not work with graphs displaying...
by mamo
Tue Oct 08, 2019 2:31 am
Forum: Suggestions and Requests
Topic: Allow for panel=c option in auxiliary graph elements such as linefit
Replies: 0
Views: 16931

Allow for panel=c option in auxiliary graph elements such as linefit

Dear Eviewers, I use Eviews 10 March 2018 built I'd like to suggest that future version of Eviews have the option of creating combined auxiliary elements in scat and xy graphs, such as "linefit()", for panel data. Currently, auxiliary specifications such as "linefit()", in xy- or...
by mamo
Wed Aug 14, 2019 3:37 am
Forum: Bug Reports
Topic: Logaritmic scaling in graphs - does it work?
Replies: 1
Views: 4872

Logaritmic scaling in graphs - does it work?

Dear Eviews team, using EVIEWS 10 March 2018 build, I am wondering if logarithmic scaling in graphs works as expected. Changing the scale from linear to logarithmic does not seem to change anything in the appearance of the graph, c.f. code below. Best, mamo wfcreate a 2000 2010 series x= @trend^2 fr...
by mamo
Wed Jul 31, 2019 8:39 am
Forum: Data Manipulation
Topic: Question on graphing panel data
Replies: 2
Views: 5161

Re: Question on graphing panel data

Many thanks - works, but gives rise to an ugly observation labeling (though this can be rectified by making cx a appropriately defined alpha series as well). This leads me to suggest an improvement: implement an additional panel option - such as "panel=interleave" - to the respective graph...
by mamo
Wed Jul 31, 2019 8:00 am
Forum: Data Manipulation
Topic: Question on graphing panel data
Replies: 2
Views: 5161

Question on graphing panel data

Dear Eviewers graphing panel data using the "line" command with the option "p=stack" generates a line chart which shows the series as ordered first along the cross sections and secondly along the time dimension. In the example code shown below this would be 1-2000 1-2001 1-2002 ....
by mamo
Wed Apr 24, 2019 1:31 am
Forum: Data Manipulation
Topic: SQL code in separate file when reading data from an ODBC source?
Replies: 7
Views: 7277

Re: SQL code in separate file when reading data from an ODBC source?

Hello,
this is good news, many thanks!
Best, mamo
by mamo
Tue Apr 23, 2019 6:31 am
Forum: Data Manipulation
Topic: SQL code in separate file when reading data from an ODBC source?
Replies: 7
Views: 7277

Re: SQL code in separate file when reading data from an ODBC source?

... and furthermore, I also found that @wread automatically removes commas from the text it reads in, and it seems that this unwanted behaviour cannot be switched off. This renders @wread useless as a command for reading in structural code, such as sql code. So, I again repeat my request to the Evie...
by mamo
Tue Apr 23, 2019 6:22 am
Forum: Bug Reports
Topic: @wread buggy?
Replies: 1
Views: 4633

Re: @wread buggy?

... and furthermore, @wread removes commas in the original text, and includes text after a comma in double quotation marks automatically, see text3.txt and str3 in the expanded example code below. Appears to be a rather strange behaviour. Could the Eviews team kindly correct this unwanted behavior o...
by mamo
Fri Apr 12, 2019 8:19 am
Forum: Bug Reports
Topic: @wread buggy?
Replies: 1
Views: 4633

@wread buggy?

Dear Eviews team, I use Eviews 10 March 2018 build. At least in this version, the command @wread seems to be buggy: 1) @wread encloses lines in quotes which is not wanted, and it does so inconsistently. See example below: lines read from text1.txt are enclosed in double quotes, not so lines read fro...
by mamo
Fri Apr 12, 2019 8:14 am
Forum: Data Manipulation
Topic: SQL code in separate file when reading data from an ODBC source?
Replies: 7
Views: 7277

Re: SQL code in separate file when reading data from an ODBC source?

Indeed, @wread comes close to what I have in mind. Unfortunately, however, @wread seems to be buggy - at least in version Eviews 10 March 2018 build, which renders this command largely inappropriate for my purposes: 1) @wread encloses lines in quotes which is not wanted, and it does so inconsistentl...

Go to advanced search