Search found 23 matches

by zezza
Fri Dec 08, 2023 8:38 am
Forum: Bug Reports
Topic: table.save as xlsx file not working in directories which names contain spaces
Replies: 5
Views: 10367

Re: table.save as xlsx file not working in directories which names contain spaces

I have the same problem with Eviews 13 build Nov 28 2003.
When trying to save a table as an xlsx file in a folder which has spaces in the name, I get the error "File IO failed for file..."
If I save it as a CSV file I have no problems
by zezza
Wed May 03, 2023 3:00 am
Forum: Bug Reports
Topic: crash in vecm
Replies: 1
Views: 2578

crash in vecm

I am using the May 1 build of Eviews 13.
Estimating a VECM with 4 variables and 4 lags Eviews crashes when I choose the Lag Exclusion Test from the menu. I attach a workfile
by zezza
Fri Feb 10, 2023 2:47 am
Forum: Bug Reports
Topic: Conflict with Grammarly
Replies: 0
Views: 63347

Conflict with Grammarly

I have recently installed the Grammarly app for Windows (http://www.grammarly.com). Although I have disabled this app to work with Eviews, Eviews will freeze if the app is running in the background. I stop having problems if I quit the Grammarly app. Don't know if this should be fixed by Eviews or G...
by zezza
Sat Sep 17, 2022 8:38 am
Forum: Bug Reports
Topic: Eviews 13 crash
Replies: 7
Views: 3281

Eviews 13 crash

I have the Sep 14 build of Eviews 13. When selecting Edit/Replace Eviews crashes
by zezza
Tue Jul 12, 2022 10:26 am
Forum: Programming
Topic: code for SVAR
Replies: 5
Views: 3907

Re: code for SVAR

Thank you! I should have noticed...
by zezza
Fri Jul 01, 2022 6:37 am
Forum: Bug Reports
Topic: eviews 12 crashes on view selected graphs
Replies: 1
Views: 1962

eviews 12 crashes on view selected graphs

If you estimate a VAR, and visualize impulse responses, right-clicking on a chart allows you to select "View selected graph(s)". Clicking will show the chart. Pressing the right-arrow key should move to the next chart, but instead Eviews crashes. It happens always. This code, kindly produc...
by zezza
Fri Jul 01, 2022 4:18 am
Forum: Programming
Topic: code for SVAR
Replies: 5
Views: 3907

Re: code for SVAR

One last question: Is there a way to get a matrix of the standard errors of the responses, to reproduce the charts with the confidence intervals?
Thank you
by zezza
Fri Jul 01, 2022 3:22 am
Forum: Programming
Topic: code for SVAR
Replies: 5
Views: 3907

Re: code for SVAR

Thank you, you have been very clear, and the code works on my data!
by zezza
Thu Jun 30, 2022 10:49 am
Forum: Programming
Topic: code for SVAR
Replies: 5
Views: 3907

code for SVAR

Is there any example on how to code the estimation of a SVAR? I am particularly interested in obtaining the responses to structural VAR innovations for producing additional statistics and charts. The manual mentions the @lrrsp vector, but varname.@lrrsp(1,1) returns a number which does not match any...
by zezza
Fri Aug 13, 2021 7:35 am
Forum: Programming
Topic: how to drop a program variable
Replies: 1
Views: 8146

how to drop a program variable

I had the following problem, when running programs in a sequence. Let's say that in the first file of the sequence I have: for !i = 1 to 200 ... next and in the second file in my sequence I have the command import %myfile range=IMS1!I16:j198 ... when Eviews gets to the second program, it substitutes...
by zezza
Mon May 07, 2018 8:10 am
Forum: Models
Topic: evaluating condition in a model
Replies: 2
Views: 12392

Re: evaluating condition in a model

Thank you, this has fixed the problem!
by zezza
Sun May 06, 2018 8:58 am
Forum: Models
Topic: evaluating condition in a model
Replies: 2
Views: 12392

evaluating condition in a model

I have the following problem: I want to specify a variable according to a condition test.append eta = (dcd=0)*0+(dcd<>0)*(2/dcd) test.append dcd = cd-cd(-1) I want Eviews to assign the value zero to ETA when the denominator of the resulting ratio would be zero, and compute a ratio otherwise. The pro...
by zezza
Wed May 02, 2018 2:50 am
Forum: Suggestions and Requests
Topic: setelem in scatter diagrams
Replies: 0
Views: 5879

setelem in scatter diagrams

As a follow up to the discussion here http://forums.eviews.com/viewtopic.php?f=3&t=19004&hilit=scatter I would suggest to improve the treatment of SETELEM when using a scatter diagram. In the current Eviews version, mychart.SETELEM(1) symbol(FILLEDCIRCLE) linecolor(red) will, as expected, dr...
by zezza
Sat Mar 17, 2018 12:08 am
Forum: Data Manipulation
Topic: setelem in scatter diagrams
Replies: 2
Views: 4502

Re: setelem in scatter diagrams

Thank you! It now works as expected
Please update the manual :-)
by zezza
Fri Mar 16, 2018 3:43 am
Forum: Data Manipulation
Topic: setelem in scatter diagrams
Replies: 2
Views: 4502

setelem in scatter diagrams

I wanted to plot a scatter diagram between X and Y, but since the correlation changes over time, I wanted to have different colors corresponding to different periods. Therefore I created Y1, Y2, ... Y5, and used graph mychart.scat X Y1 Y2 Y3 Y4 Y5 mychart.setelem(1) legend(X) mychart.setelem(2) symb...

Go to advanced search