Search found 78 matches

by Elderfield.A
Mon Sep 11, 2023 10:15 pm
Forum: Suggestions and Requests
Topic: Model Printview Suggestion
Replies: 4
Views: 9059

Re: Model Printview Suggestion

The next patch will fix the command line not working. There will also be a change that means that if you click Break Links and select a number format other than "Default", the printview will display scalar objects to that format. It doesn't yet handle matrices/vectors/coefs. Might have to...
by Elderfield.A
Mon Jul 17, 2023 1:16 pm
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 6872

Re: xget and dataframes

Great - that is really handy!

Thanks for sharing the link to the COM whitepaper. I have to admit, translating this to an R environment (as opposed to VBA) is a little beyond my capabilities. Do you have an example of how this could be achieved?
by Elderfield.A
Mon Jul 17, 2023 12:00 am
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 6872

Re: xget and dataframes

Thanks Steve - very detailed and useful answer I appreciate it! Yep, loading the DF works just fine. Is there a vignette or something that details the x family functions that I can read? The whitepaper seems a little limited. As a side note, is COM automation on the cards? I'm currently achieving wh...
by Elderfield.A
Thu Jul 13, 2023 10:18 pm
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 6872

xget and dataframes

Hi, Is there any way to pass a dataframe object from R to EViews using XGET. The below works fine xget(name=df, type=matrix) "as.matrix(df)" However, the matrix object does not have any column names (there are 138 columns). Is there any way to pass the names to EViews either with the objec...
by Elderfield.A
Wed May 31, 2023 6:23 pm
Forum: Programming
Topic: Calling EViews from shell?
Replies: 5
Views: 7422

Re: Calling EViews from shell?

Thanks Steve - works wonderfully via CMD. Unfortunately not via R system command, this should be something I can figure out though.

Cheers.
by Elderfield.A
Mon May 29, 2023 11:38 pm
Forum: Programming
Topic: Calling EViews from shell?
Replies: 5
Views: 7422

Re: Calling EViews from shell?

Hi,

Is there any way to call EViews silently from shell? So that the GUI doesn't launch, but a program can be executed?

Thanks
Adam
by Elderfield.A
Sun Apr 30, 2023 6:35 pm
Forum: Estimation
Topic: Instantaneous Inflation
Replies: 2
Views: 4110

Re: Instantaneous Inflation

Hi, You could easily write this is a subroutine/add-in. Here is some R code that estimates the weights, which took me all of 10 minutes to pull together. Would be pretty straight forward to translate this to EViews. Adam K <- function(a, BigT){ ker <- matrix(0,BigT,1) for(i in 1:BigT){ ker[i,] <- (B...
by Elderfield.A
Thu Feb 09, 2023 4:19 pm
Forum: Suggestions and Requests
Topic: Parenthesis highlighting
Replies: 0
Views: 63374

Parenthesis highlighting

This would make working in the EViews program editor much easier. Please can this be added....
by Elderfield.A
Tue Feb 07, 2023 4:37 pm
Forum: Suggestions and Requests
Topic: EViews 13 suggestion
Replies: 0
Views: 63440

EViews 13 suggestion

Hi,

Loving the new docking ability with EViews 13. It would be great if there were keyboard shortcuts to tab between docked objects, code files, ect. Something like CTRL+PAGEUP in Excel.

Keep up the good work!

Adam
by Elderfield.A
Tue Feb 07, 2023 4:33 pm
Forum: Bug Reports
Topic: EViews 13 openXLSX issue
Replies: 2
Views: 3960

Re: EViews 13 openXLSX issue

Thanks Steve. This was indeed an IT issue on my end.
by Elderfield.A
Thu Feb 02, 2023 9:02 pm
Forum: Bug Reports
Topic: EViews 13 openXLSX issue
Replies: 2
Views: 3960

EViews 13 openXLSX issue

Hi,

My company has upgraded to EViews 13 (Dec 28 2022 build). I'm getting an error with the WFSAVE command - not sure if this an EViews issue or something on IT's end?

"Unable to load OpenXLSX-shared.dll library in "WFSAVE(TYPE=EXCELXML, MODE=UPDATE)"

Any advice?

Adam
by Elderfield.A
Wed May 18, 2022 4:26 pm
Forum: Models
Topic: Adding @stochastic to a model text file
Replies: 4
Views: 5461

Re: Adding @stochastic to a model text file

Sorry - it was a little cryptic. I actually meant @identity, also. My problem is that I have a model object, 80% of the equations are identities, which have not been specified when the model was built i.e., using the "model.append @identity x = y+z" approach. I was wondering if there was a...
by Elderfield.A
Tue May 17, 2022 10:39 pm
Forum: Models
Topic: Adding @stochastic to a model text file
Replies: 4
Views: 5461

Adding @stochastic to a model text file

Hi,

Is there any way to change let the model object know whether an equation is stochastic or an identity after the equation has been appended to the model?
by Elderfield.A
Thu Mar 24, 2022 5:15 pm
Forum: Programming
Topic: Program template
Replies: 1
Views: 1847

Program template

Hello!

Is there anyway to save a program template? So when I open a new program, it has a few standard comments etc already written?

Adam
by Elderfield.A
Thu Sep 30, 2021 7:24 pm
Forum: Programming
Topic: graph mixed option
Replies: 2
Views: 8836

Re: graph mixed option

Thanks for the speedy reply! Exactly what I was after!

Go to advanced search