Search found 192 matches

by mamo
Mon Mar 02, 2020 4:23 am
Forum: Data Manipulation
Topic: copy command with high2low conversion of panel data - a bug?
Replies: 2
Views: 4597

copy command with high2low conversion of panel data - a bug?

Dear Eviews team, using Eviews 11 Sept 2019 Build, I encounter an unexpected behavior when using the "copy" command to copy panel data from a low-frequency to a high-frequency page. The requested frequency conversions are not carried through cross-section wise; rather, the data seems to be...
by mamo
Wed Feb 26, 2020 6:09 am
Forum: Programming
Topic: breaking lines of code with " _ " in program not working
Replies: 4
Views: 6015

Re: breaking lines of code with " _ " in program not working

... and, unfortunately, breaking program lines within the definition of string variables with the underscore sign does not seem to work (irrespective of zero or spaces after the underscore character).

Code: Select all

%test="One Two Three _ 
 Four"


Err.jpg
Err.jpg (10.38 KiB) Viewed 5916 times
by mamo
Wed Feb 26, 2020 5:18 am
Forum: Programming
Topic: breaking lines of code with " _ " in program not working
Replies: 4
Views: 6015

Re: breaking lines of code with " _ " in program not working

... okay, will update to the latest build. With the current build, the trick seems to be that there must not be a space character immediately following the underscore ("_") sign in the first line in which the underscore is used. In the following lies, the underscore sign can be followed by...
by mamo
Thu Feb 20, 2020 8:22 am
Forum: Programming
Topic: breaking lines of code with " _ " in program not working
Replies: 4
Views: 6015

breaking lines of code with " _ " in program not working

Dear Eviews team, I use EVIEWS 11 Sept 19 build, 64 bit. Manually breaking long lines of code with the underscore character in a program does not seem to work as described in the documentation (c.f., quotation below): the example code below yields an error. Best, mamo wfcreate a 2000 2010 series x=n...
by mamo
Wed Feb 19, 2020 2:53 am
Forum: Bug Reports
Topic: pageunstack: option "noconsolidate" not documented in help
Replies: 0
Views: 10185

pageunstack: option "noconsolidate" not documented in help

Dear Eviews team, I use Eviews 11 Sept 2019 build. The useful option "noconsolidate" for the command-line or program version of the of the command pageunstack is not documented in the help text. (See for instance http://www.eviews.com/help/helpintro.html#page/content%2Fcommandcmd-pageunsta...
by mamo
Wed Feb 12, 2020 5:00 am
Forum: Programming
Topic: dates in @elem
Replies: 11
Views: 13212

Re: dates in @elem

Depending on what you want to do with the rolling samples, you may also just enlarge the sample stepwise as follows

Code: Select all

%sobs="1993Q1"
%fobs="2008q1"
!nrolls=10

for !i=1 to !nrolls step 1
   smpl %sobs %fobs+!i
   ' do sth. here with the enlarged sample
next
by mamo
Mon Feb 03, 2020 6:19 am
Forum: Data Manipulation
Topic: How to obtain cross section with max/min value of a series in a panel data set?
Replies: 1
Views: 5119

Re: How to obtain cross section with max/min value of a series in a panel data set?

I have found myself one solution to pick up the respective @crossids at each date which works as long as @maxsby(x, @date)/ @minby(x, @date) provide unique values (otherwise, only the first @crossid will be provided). Any other suggestions are much welcome Best, mamo ' Show for each date @crossed fo...
by mamo
Mon Feb 03, 2020 4:26 am
Forum: Data Manipulation
Topic: How to obtain cross section with max/min value of a series in a panel data set?
Replies: 1
Views: 5119

How to obtain cross section with max/min value of a series in a panel data set?

Dear Eviewers,

in a panel data work page, is there a simple approach to obtain the cross-section for which the value of a series takes a maximum (or minimum) across all cross-sections at a given date, or within a given sub-sample?

Best, Mamo
by mamo
Thu Dec 12, 2019 6:34 am
Forum: Bug Reports
Topic: graph options gridcolor in programme code yields error
Replies: 2
Views: 8374

Re: graph options gridcolor in programme code yields error

Many thanks for the quick reply, this helps. I will use the @rgb function then.
Best, mamo
by mamo
Wed Dec 11, 2019 3:39 am
Forum: Bug Reports
Topic: graph options gridcolor in programme code yields error
Replies: 2
Views: 8374

graph options gridcolor in programme code yields error

Dear Eviews team I use Eviews 11, 17 Sept 2019 Built, 64 bit The example programme below yields an error for the gridlines option. This used to work with Eveiws 10, and the programme line is exactly the one which produced by the command capture when adjusting the gridcolor manually. So, this seems t...
by mamo
Wed Dec 04, 2019 7:53 am
Forum: Data Manipulation
Topic: Ugly looking mixed graph with non-contagious sample
Replies: 2
Views: 5117

Re: Ugly looking mixed graph with non-contagious sample

Thanks for the reply; I must admit that I cannot replicate what I have got the other day, and indeed it looks fine now
So case resolved.
Best, mamo
by mamo
Tue Dec 03, 2019 5:15 am
Forum: Data Manipulation
Topic: Ugly looking mixed graph with non-contagious sample
Replies: 2
Views: 5117

Ugly looking mixed graph with non-contagious sample

Dear Eviewers, I use EVIEWS 11, 17 sept 2019 build, 64 bit I am wondering why mixed graphs look so ugly with a non-contagious sample and what can be done to improve the design. The example program below generates two graphs, gra1 and gra2. gra1 is a simple bar chart, and it looks good. In contrast, ...
by mamo
Thu Nov 28, 2019 9:12 am
Forum: Bug Reports
Topic: Graph object, gridlines via right-click "Options on all graphs"
Replies: 0
Views: 10510

Graph object, gridlines via right-click "Options on all graphs"

Dear Eviews team, I use Eviews 11 17 Sept 2019 build. In a graph with individual panels, setting data axis gridlines manually via the right-click menu does not work properly. (It works using program code, though.) To document the bug, run the code below and right-click on the graph, select "Opt...
by mamo
Thu Nov 28, 2019 5:11 am
Forum: Suggestions and Requests
Topic: Grpahs: provide additional option to scale and label the data axes
Replies: 0
Views: 17081

Grpahs: provide additional option to scale and label the data axes

Dear EVIEWS team, I use EVIEWS 11, 17 Sept 2019 build. My suggestion follows up on this past thread: http://forums.eviews.com/viewtopic.php?f=3&t=1035&p=52129&hilit=axis+label#p52129 It seems that request for providing more degrees of freedom in labeling the data axes has so far not been...
by mamo
Fri Nov 22, 2019 8:58 am
Forum: Bug Reports
Topic: dupplicate view of group makes EVIEWS crash (at list with large datasets)
Replies: 3
Views: 9120

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

I am using 64 bit
The crash comes when trying to click on of the items in the left-hand panel of the open duplicate menu, such as for instance, a line below "Duplicates/ count", or any item above that. Perhaps you may try to select items in order to replicate the crash.
Best, mamo

Go to advanced search