Search found 13 matches

by cantagallo
Tue Aug 04, 2015 10:30 am
Forum: Add-in Support
Topic: Multiple rows in R code
Replies: 7
Views: 10541

Re: Multiple rows in R code

Thanks
by cantagallo
Thu Jul 30, 2015 9:14 am
Forum: Add-in Support
Topic: Multiple rows in R code
Replies: 7
Views: 10541

Re: Multiple rows in R code

Thanks, it's better than nothing.
What about R libraries? Should I call them in the Eviews code or is it sufficient having them installed?
by cantagallo
Thu Jul 30, 2015 7:42 am
Forum: Add-in Support
Topic: Multiple rows in R code
Replies: 7
Views: 10541

Multiple rows in R code

I would like to know if there is a way to run several lines of R code using the Statconn interface, without adding for each line the "xrun". But ideally just once.
Thank you in advance.
by cantagallo
Thu Jul 23, 2015 7:08 am
Forum: Programming
Topic: Scalar for @uiedit
Replies: 3
Views: 2982

Re: Scalar for @uiedit

Thank you very much.

If I need to set up complex dialogs, are there some example I could follow to save some time? I couldn't find much on the guide.
Thank you in advance.
by cantagallo
Fri Jul 17, 2015 4:52 am
Forum: Programming
Topic: Scalar for @uiedit
Replies: 3
Views: 2982

Scalar for @uiedit

' ' set the forecast horizon %horizonq= "Enter number of quarterly horizon" scalar ret = @uiedit(%horizonq, "Horizon") !horizonm= !horizonq*3 ' %date = "5Mar_h10.00" '***************************MAIN*********************** include subroutines.prg include data.prg includ...
by cantagallo
Fri May 15, 2015 10:43 am
Forum: Programming
Topic: Call Subroutines from different prg files
Replies: 2
Views: 2849

Re: Call Subroutines from different prg files

Great thank you very much!
by cantagallo
Wed May 13, 2015 4:05 am
Forum: Programming
Topic: Call Subroutines from different prg files
Replies: 2
Views: 2849

Call Subroutines from different prg files

I have trying to write a program where I'd like the main to be as clearer as possibile: given that I have several long subroutines, each of them representing a different model, is it possible to store each subroutine in a different prg file and then call them in the main prg one? As, for example, yo...
by cantagallo
Fri Mar 06, 2015 1:42 pm
Forum: Programming
Topic: Real Time BVAR
Replies: 6
Views: 4861

Re: Real Time BVAR

GDP Import Export GDP_deflator Import_deflator Export_deflator
for US China Italy
by cantagallo
Fri Mar 06, 2015 12:46 pm
Forum: Programming
Topic: Real Time BVAR
Replies: 6
Views: 4861

Re: Real Time BVAR

I apologise again. That's right: I'd like to write a BVAR for the 6 variables (but with Eviews7, where only the add-in exists!) in the same position of my real-time code. Is it clearer? Sorry for that.
by cantagallo
Fri Mar 06, 2015 8:44 am
Forum: Programming
Topic: Real Time BVAR
Replies: 6
Views: 4861

Re: Real Time BVAR

I think you're right, sorry. If possible, I just need the programming code for the BVAR, equivalent to the AR part: for %m1 %m2 "uni" "back" smpl 2005q4-!spanq+!vqtr 2005q4-1+!vqtr !tolav = 0.05 !tolin = 0.05 ' for %7 yar ddar mar xar pyar pdar pmar pxar equation eq_{%7}_{%0}.ste...
by cantagallo
Thu Mar 05, 2015 2:27 pm
Forum: Programming
Topic: Real Time BVAR
Replies: 6
Views: 4861

Real Time BVAR

Hi! I'm running a real-time forecasting exercise with a BM model, using the AR as a benchmark. I'd like to expand the model adding a BVAR benchmark (Minnesota prior). I use Eviews7 and dowloaded the BVAR add-in but I don't know how to use it in a real-time context, in the programming code. I copy wh...
by cantagallo
Thu Feb 26, 2015 2:32 pm
Forum: Programming
Topic: Go to command line #.
Replies: 2
Views: 2760

Re: Go to command line #.

I'm not an expert, but i think you can use subroutines to have a cleaner program.
by cantagallo
Thu Feb 26, 2015 8:26 am
Forum: Programming
Topic: Plot Table
Replies: 1
Views: 2246

Plot Table

I'm using Eviews7 In order to modify the labels and delete some rows I had to transform the matrix into a table with the freeze command. Now i need to plot the multiple columns of the table, but the command line doesn't work with tables but with groups or matrices. Is there a command to put the tabl...

Go to advanced search