Search found 5 matches

by ellenneln
Tue May 07, 2013 9:48 am
Forum: Models
Topic: Series used in a model
Replies: 1
Views: 4821

Series used in a model

Hi,

If I have a lot of series and a lot of models, how can I see if a specific series is used in a particular model ?

I guess I need a routine for this.

Let me know.

Many thanks.
by ellenneln
Fri Apr 12, 2013 6:29 am
Forum: Bug Reports
Topic: File that do not work on EViews 7 works in Eviews 8
Replies: 1
Views: 3037

File that do not work on EViews 7 works in Eviews 8

Hi, I would like to tell you about a problem I am coming across different time. It happens to me that I create a file with EViews 7 and suddenly it is not possible to open it any more. Then when I ask one of my colleagues who have installed version 8 to open it works without any problem. Could you p...
by ellenneln
Mon Feb 18, 2013 3:50 am
Forum: Programming
Topic: looping in VAR
Replies: 7
Views: 6269

Re: looping in VAR

Try to delete the else and use just if, not nested : for !j=1 to 40 if !j=4 or 7 or 10 or 15 or 32 or 34 then var m{j}.ls(p) 1 1 y{j} x{j} endif if !j=1 or 2 or 9 or 11 or 23 then var m{j}.ls(p) 1 2 y{j} x{j} endif if !j=19 or 33 or 20 then var m{j}.ls(p) 1 3 y{j} x{j} else var m{j}.ls(p) 1 4 y{j} x...
by ellenneln
Wed Feb 13, 2013 3:21 am
Forum: Programming
Topic: Graph of a vector
Replies: 2
Views: 3600

Re: Graph of a vector

Thanks for your answer. I know that the question may seem stupid but I could not do that. Did you find the answer in the EViews documentation ? If so, could you please let me know what keywords did you use ? Furthermore do you know a way to check if in EViews there is an error associated to a comman...
by ellenneln
Mon Feb 11, 2013 5:55 am
Forum: Programming
Topic: Graph of a vector
Replies: 2
Views: 3600

Graph of a vector

Hello, I am using EViews since 1 month. I would like to know how you can create a graph from a vector in a program. So I have my vector v who has 5 elements and I would like to graph. Also I would like adding the dots for each point. If I do : graph _myGraphName.line v graph _myGraphName.line {v} It...

Go to advanced search