Search found 56 matches

by Katjes
Tue May 19, 2009 2:48 pm
Forum: Programming
Topic: for loop and group
Replies: 2
Views: 4872

for loop and group

Hi, assuming that I define in for-loop several procedures. Then I want to group the outcome, including all countries as in the for-loop simple example: for %c USA GER genr yoy_{%c}= GDP_{%c}-GDP_{%c}(-1) next and the next step should be something like: group GDP GDP_{%c} where all series defined in ...
by Katjes
Tue May 19, 2009 2:07 pm
Forum: General Information and Tips and Tricks
Topic: Include path
Replies: 1
Views: 4685

Re: Include path

Just define the full path in the beginning of your core program:
'%path="my documents\Project\Data\"

and everytime you need just go back to this, e.g:

WFOPEN(wf=data,page=quarterly) {%path}Eviews_data.xls
by Katjes
Mon May 18, 2009 3:20 pm
Forum: Programming
Topic: sample size
Replies: 6
Views: 7711

sample size

I want to pick the number of observation in the sample, that is shown in the second line in each workfile (not the number of observation of a series -because -this varies) the code looks like this: sample crisis 2008 @last ' definition of my specific sample smpl crisis ' select this sample scalar ti...
by Katjes
Wed Feb 25, 2009 4:23 am
Forum: Programming
Topic: identify vector row
Replies: 1
Views: 3122

identify vector row

having a vector(10) called (aic) including all AIC values of various equations (1-10), using vector v1 = @cmin(aic) identifies the minimum value of all equations, but how can I address the row of the vector, hence the number of the best equations (I now that there is a command something similar to @...
by Katjes
Thu Feb 19, 2009 6:18 am
Forum: Estimation
Topic: loop ls estimation
Replies: 1
Views: 13401

loop ls estimation

Hi, today I'm looking for a neat solution for the number of exogenous variables. Suppose I loop over the lagged variables of x for !h=0 to 2 equation eq0.ls y c x(-!h) next this produces the equations: equation eq0.ls y c x(0) equation eq0.ls y c x(-1) equation eq0.ls y c x(-2) Now, what I want is t...
by Katjes
Thu Feb 05, 2009 2:56 am
Forum: Data Manipulation
Topic: Graphics Fill and Background color
Replies: 10
Views: 16018

Re: Graphics Fill and Background color

Thanks it works!
(But you have to copy the EViews chart as WMF-File.)
by Katjes
Wed Feb 04, 2009 11:07 am
Forum: Data Manipulation
Topic: Graphics Fill and Background color
Replies: 10
Views: 16018

Graphics Fill and Background color

After creating nice charts with EViews I just want to copy it in presentation slides (PPT ;o( But this stylized presentation format has a multi-blue background colour. Hence, the EViews charts with white background look not beautiful! Is there a way to change the color of the frame-fill and the back...
by Katjes
Wed Jan 21, 2009 9:42 am
Forum: Data Manipulation
Topic: Long and short legend in figure
Replies: 1
Views: 3941

Long and short legend in figure

In a figure with a multiplicity of lines, I have a detailed legend (set by the displayname option) for each series at the bottom of the chart. In addition I would like to add the series short name or other abbreviation close to the line. Is there a possibility to have both in one figure? I have alre...
by Katjes
Thu Nov 27, 2008 12:44 am
Forum: Data Manipulation
Topic: Stacked bar chart
Replies: 2
Views: 5371

Re: Stacked bar chart

It's a pity that there is no command, but can be a suggestion for the next version. :wink:
(Because in simple Excel Charts it's possible - However I prefer merging various charts in Eviews!)
by Katjes
Wed Nov 26, 2008 2:11 am
Forum: Data Manipulation
Topic: Stacked bar chart
Replies: 2
Views: 5371

Stacked bar chart

Is there a simple command to produce a stacked bar chart which sums up to 100%. My example: Two series A and B can be pictured by a stacked bar chart, but the total level varies over time and do not sum up to 100% (to 1). In a multiple step procedure I got the favoured results but I guess that there...
by Katjes
Thu Oct 02, 2008 6:49 am
Forum: Programming
Topic: Disjunction of text and values
Replies: 1
Views: 4640

Disjunction of text and values

After freezing e.g. the table with Johansen cointegration test results you can simply retrieve the cells content: scalar x = @val(tab1(12,3)) or %x = @str(tab1(10,3)) But how can I separate between text and values in one cell? The cell tab(1,3) contains e.g. "Inc...

Go to advanced search