Search found 12 matches

by Overtime
Sat Apr 28, 2018 7:19 am
Forum: Econometric Discussions
Topic: Three way interactions involving time
Replies: 0
Views: 2174

Three way interactions involving time

Hi all, I have a question regarding three way interactions. In traditional three way interactions, the hierarchy principle tells us that you must include all the main effects, the first order effects, and then finally the three way effects. As I understand, this only hold if the all possible permuta...
by Overtime
Tue Feb 25, 2014 8:03 am
Forum: Programming
Topic: 2 lines of code on 1 line
Replies: 4
Views: 2969

Re: 2 lines of code on 1 line

OK - thx.

Something for the future then.
by Overtime
Tue Feb 25, 2014 1:23 am
Forum: Programming
Topic: 2 lines of code on 1 line
Replies: 4
Views: 2969

Re: 2 lines of code on 1 line

ok, bad example since I know you can do that.

What I meant was more like:

!a=15 & !b=20

instead of having to do:

!a = 15
!b = 20

ie. is there a general piece of syntax which tells the e-views to treat
what comes next as a newline
by Overtime
Tue Feb 25, 2014 12:57 am
Forum: Programming
Topic: 2 lines of code on 1 line
Replies: 4
Views: 2969

2 lines of code on 1 line

Hi all,

I would like to compress the code I've written, and I was wondering what the
syntax is to put two lines of code on one line.

e.g. instead of:
delete imports1
delete imports2

we have something like:
delete imports1 & delete imports2

Cheers
by Overtime
Fri Feb 21, 2014 9:23 am
Forum: Programming
Topic: Executing several .prg from a master .prg
Replies: 2
Views: 2385

Re: Executing several .prg from a master .prg

OK figured it out, use 'include' Yes, it was mentioned in the 'run' section of the command reference manual, but I got confused because it doesn't accept code of the following structure: [/code] %path1 = "C:\Estimation\eviews_trade_model\" %path_temp = %path1 + "Model_programs\imports...
by Overtime
Fri Feb 21, 2014 9:00 am
Forum: Programming
Topic: Executing several .prg from a master .prg
Replies: 2
Views: 2385

Executing several .prg from a master .prg

Hi all, I'm having a problem executing sub-programs from a master program. Currently, I'm using the 'run' command to do this, but I get the feeling the command causes the program to stop before it completes all the run commands I have scripted. The command reference book seems to say as much, but if...
by Overtime
Thu Feb 20, 2014 1:46 am
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Re: Multiplying series from different pages/tabs

ah ok. I saw wfsave when looking through the command reference manual but didn't realise it
could save in other formats besides .prg

thanks for the help Gareth.
by Overtime
Wed Feb 19, 2014 1:12 am
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Re: Multiplying series from different pages/tabs

OK - well, that sucks.

Going to have to rethink the structure of the code I want to write.

Did you see my edit on the above post?
by Overtime
Wed Feb 19, 2014 12:56 am
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Re: Multiplying series from different pages/tabs

That seems somewhat deficient!

I'm actually using e-views 7.1. Is there an add-on I can install to give
e-views 7.1 this functionality?

[Edit: I'm assuming you are referring to the page functionality, what about saving a series to an excel file in e-views 7?
Can you post the syntax for that? Thx]
by Overtime
Tue Feb 18, 2014 1:49 pm
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Re: Multiplying series from different pages/tabs

e-views 7
by Overtime
Tue Feb 18, 2014 9:52 am
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Re: Multiplying series from different pages/tabs

thanks, but any reason why that wouldn't work? I get an error message effectively saying: page2\b is not defined in "series a = page2\b * e" I've checked the syntax, the page name, the series I'm referring and am pretty sure it is correct... Also, I've been having a hard time saving a seri...
by Overtime
Tue Feb 18, 2014 7:11 am
Forum: Programming
Topic: Multiplying series from different pages/tabs
Replies: 10
Views: 5449

Multiplying series from different pages/tabs

Hey all, I've got a quick question. I've been through the user manuals but haven't found an answer to my simple problem. Basically, I want to multiply a series in my active workfile with another series in a different page/tab from my workfile. What is the best way of doing this without copying the s...

Go to advanced search