Search found 4 matches

by buyukustun
Sat May 27, 2017 11:34 am
Forum: Programming
Topic: Reiterate VAR
Replies: 7
Views: 6492

Re: Reiterate VAR

So, now I try to save all results of each VAR into a single table by first freezing each result and then importing the necessary data (by raw and column) into a table I created. This is the code: ' Create a string list of all the series names. %series = @wlookup("*", "series") %n...
by buyukustun
Fri May 26, 2017 11:11 am
Forum: Programming
Topic: Reiterate VAR
Replies: 7
Views: 6492

Re: Reiterate VAR

' Create a string list of all the series names. %series = @wlookup("*", "series") %name = "aann" !i = 1 ' Iterate through the series names three at a time. for %a %b %c {%series} ' Create a list of pairs of the three series names. %pairs = %a + " " + %b + &qu...
by buyukustun
Tue May 23, 2017 6:06 am
Forum: Programming
Topic: Reiterate VAR
Replies: 7
Views: 6492

Re: Reiterate VAR

Great Matt, thanks !

However, now I have a different dilemma :)
How can I save the results in a certain group/table etc. ? Moreover, if possible, can I program to extract only certain fields from the output ?
by buyukustun
Mon May 22, 2017 12:24 pm
Forum: Programming
Topic: Reiterate VAR
Replies: 7
Views: 6492

Reiterate VAR

Hello ! I'm new to Eviews and struggled today to learn some syntax, but I only managed to get tangled and frustrated. I'm having about 200 series of data in a workfile. I'm trying to apply VAR in the following order: each 3 series (in alphabetical order) should be analyzed by VAR and Granger-causali...

Go to advanced search