Turn off automatic tables output from contegration tests

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

raphbrun
Posts: 8
Joined: Thu Feb 26, 2009 3:36 am

Turn off automatic tables output from contegration tests

Postby raphbrun » Sat Aug 07, 2010 8:28 am

Hi,

I am running cointegration tests for a number of groups within a program. For each test, an automatic created table appears on screen with its outcome. This is problematic when the number of tests is large, thus the number of tables is large.

How can I turn off the automatic creation of tables within a program?

Thanks,
Raphael

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13585
Joined: Tue Sep 16, 2008 5:38 pm

Re: Turn off automatic tables output from contegration tests

Postby EViews Gareth » Sat Aug 07, 2010 9:37 am

Could you post the code you currently have?

raphbrun
Posts: 8
Joined: Thu Feb 26, 2009 3:36 am

Re: Turn off automatic tables output from contegration tests

Postby raphbrun » Sat Aug 07, 2010 12:45 pm

Sure,

Below is a simpler version of the code I have. Each time the food_{%i}.coint command performs, a new table pops up on the screen. I would like to avoid it.

for %i ctry1 ctry2
group food_{%i}
food_{%i}.add lnuvi_{%i} lnfx_{%i} lnppi_{%i}
food_{%i}.coint(b,save = coint_food_{%i})
next

Cheers,
Raphael

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13585
Joined: Tue Sep 16, 2008 5:38 pm

Re: Turn off automatic tables output from contegration tests

Postby EViews Gareth » Sat Aug 07, 2010 1:28 pm

Code: Select all

for %i ctry1 ctry2 group food_{%i} food_{%i}.add lnuvi_{%i} lnfx_{%i} lnppi_{%i} do food_{%i}.coint(b,save = coint_food_{%i}) next

raphbrun
Posts: 8
Joined: Thu Feb 26, 2009 3:36 am

Re: Turn off automatic tables output from contegration tests

Postby raphbrun » Sun Aug 08, 2010 2:10 pm

Thanks so much. This wil be very helpful!


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests