Search found 4 matches
- Tue Sep 21, 2010 10:31 am
- Forum: Programming
- Topic: Export to csv or txt from VAR workfile
- Replies: 4
- Views: 8101
Re: Export to csv or txt from VAR workfile
Thanks for your help! But then I code to save the equation using "representation" as follows: FREEZE(g_var_rep) g_var.representations(p) g_var_rep.save(t=txt) g_var_rep It works but the text dialog box is open. As I did a lot of VAR and eviews open a lot dialog box, it warns me to close di...
- Wed Jun 17, 2009 7:00 pm
- Forum: Programming
- Topic: Export to csv or txt from VAR workfile
- Replies: 4
- Views: 8101
Re: Export to csv or txt from VAR workfile
Thank you. But code the following, eviews display "G_VAR exists in FREEZE(G_VAR)". VAR G_VAR.LS 1 2 GDP property @ C SHOW G_VAR FREEZE(G_VAR) G_VAR.save(t=csv) G_VAR How can I save the VAR results to csv or txt? What's wrong for the codes? For LAGLEN and testexog, I can save them but not t...
- Tue Jun 16, 2009 10:55 pm
- Forum: Programming
- Topic: Export to csv or txt from VAR workfile
- Replies: 4
- Views: 8101
Export to csv or txt from VAR workfile
Hi, everyone. I am new to program in eviews. First, I would like to export the VAR results and its equations from eviews. However, the following codes I program occur some errors to block the VAR results. VAR G_VAR.LS 1 2 GDP property @ C SHOW G_VAR G_VAR.save(t=csv) G_VAR I can export the VAR resul...
- Fri May 08, 2009 6:28 am
- Forum: Estimation
- Topic: Forecasting from a VAR
- Replies: 18
- Views: 63953
Re: Forecasting from a VAR
In eviews user interface, there is a "click option" of std dev and bound in solution scenarios & output" when you select the "stochastic" simulation type. However, when I use program code to run the same forecasting, only the parameter mean "_0m" can be generat...
