Hi Matt,
That is fine, could you please provide some code example as to how you would go about freezing and parsing the table? This could be useful for a number of other applications I have in mind.
Thanks
Adam
Search found 51 matches
- Thu Feb 20, 2020 9:10 pm
- Forum: Models
- Topic: Extracting exclude dates
- Replies: 4
- Views: 8967
- Wed Feb 19, 2020 3:09 pm
- Forum: Bug Reports
- Topic: Strange behaviour with model
- Replies: 2
- Views: 6442
Re: Strange behaviour with model
Thanks Matt, unfortunately I can't share the workfile / program. But I will try to re-create an example that I can share.
- Tue Feb 18, 2020 10:36 pm
- Forum: Bug Reports
- Topic: Strange behaviour with model
- Replies: 2
- Views: 6442
Strange behaviour with model
Hi, Not sure if this is a bug, but I am experiencing some rather strange behaviour with my model. A bunch of variables are made exogenous/overridden and then the model solves for the the add-factors. These add-factors are extracted. A new scenario is then created with the add-factors made exogenous ...
- Mon Feb 17, 2020 8:35 pm
- Forum: Models
- Topic: Extracting exclude dates
- Replies: 4
- Views: 8967
Extracting exclude dates
Hi, Is there any way to extract the dates that a variable is excluded. Essentially, want to be able to create a string variable that lists all the model excludes as they are in the exclude view of the model. I have used the exclude list command: string a = model.@excludelist("scenario") Ho...
- Mon Feb 17, 2020 8:24 pm
- Forum: Bug Reports
- Topic: Ctrl - Z / Undo
- Replies: 2
- Views: 6265
Re: Ctrl - Z / Undo
Not really it seems to happen at random. For what it is worth, this has happened using Eviews at two different organisations. Not sure if that is useful information or not.
- Mon Feb 10, 2020 3:18 pm
- Forum: Bug Reports
- Topic: Strange behaviour when using a string list
- Replies: 2
- Views: 5856
Re: Strange behaviour when using a string list
Unfortunately, I can't provide you with it. I'll see if I can create the error in a reproducible example.
- Mon Feb 10, 2020 3:08 pm
- Forum: Bug Reports
- Topic: Ctrl - Z / Undo
- Replies: 2
- Views: 6265
Ctrl - Z / Undo
Hi,
I've noticed that using CTRL-Z (undo) in programs can sometimes undo far more than the last key stroke. Sometimes this happens and sometimes it doesn't, and once it does it can wipe out a considerable amount of work.
I am using Eviews 10.
Any tips / suggestions on this front?
Thanks
Adam
I've noticed that using CTRL-Z (undo) in programs can sometimes undo far more than the last key stroke. Sometimes this happens and sometimes it doesn't, and once it does it can wipe out a considerable amount of work.
I am using Eviews 10.
Any tips / suggestions on this front?
Thanks
Adam
- Mon Feb 10, 2020 3:02 pm
- Forum: Bug Reports
- Topic: Strange behaviour when using a string list
- Replies: 2
- Views: 5856
Strange behaviour when using a string list
Hi, I've come across some odd behaviour in one of my programs. I have a string program variable which contains a list of names. This is then passed to a for loop which copies each variable from one workfile to another. When I add a new variable to the end of the list, it gets ignored. However, if I ...
- Tue Jan 28, 2020 5:58 pm
- Forum: Programming
- Topic: Defining a series
- Replies: 2
- Views: 2769
Re: Defining a series
Perfect - thank you!
- Tue Jan 28, 2020 5:44 pm
- Forum: Programming
- Topic: Defining a series
- Replies: 2
- Views: 2769
Defining a series
Hi,
Does the eviews have the capability to define a series object as below:
Essentially, I want to set the sample and define the series as a vector with each row representing time.
Thanks
Adam
Does the eviews have the capability to define a series object as below:
Code: Select all
smpl 2019q3 2020q2
series x = (100,200,300, 400)
Essentially, I want to set the sample and define the series as a vector with each row representing time.
Thanks
Adam
- Wed Dec 18, 2019 4:21 pm
- Forum: Programming
- Topic: include command with string variable
- Replies: 2
- Views: 2721
Re: include command with string variable
No, I don't think exec will work unless I define my file paths as string variables?
In any case, thanks.
In any case, thanks.
- Wed Dec 18, 2019 3:39 pm
- Forum: Programming
- Topic: CES function estimation using NLS
- Replies: 5
- Views: 3878
Re: CES function estimation using NLS
You can restrict the parameters as you like, see for example this post: http://forums.eviews.com/viewtopic.php?t=12122 The authors of the paper provided by @tvonbrasch also have an R package called micEconCES which offers some insights into how one estimates the production function directly using NLS.
- Wed Dec 18, 2019 3:35 pm
- Forum: Programming
- Topic: include command with string variable
- Replies: 2
- Views: 2721
include command with string variable
Hi, Can the include command be used with a string variable? for example include "C:\Some folder\some other folder\a_program.prg" Works but string filepath = "C:\Some folder\some other folder\a_program.prg" include filepath doesn't work if the file path isn't the same as the curre...
- Sun Aug 18, 2019 5:11 pm
- Forum: Programming
- Topic: read only protection for programs
- Replies: 2
- Views: 1494
Re: read only protection for programs
This is exactly what I am after, thanks Steve.
- Wed Aug 14, 2019 11:00 pm
- Forum: Programming
- Topic: read only protection for programs
- Replies: 2
- Views: 1494
read only protection for programs
Hi,
Is there any way to make programs read only or password protected?
Thanks
Adam
Is there any way to make programs read only or password protected?
Thanks
Adam