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
Turn off automatic tables output from contegration tests
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
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
Could you post the code you currently have?
Re: Turn off automatic tables output from contegration tests
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
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
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
Re: Turn off automatic tables output from contegration tests
Thanks so much. This wil be very helpful!
Who is online
Users browsing this forum: No registered users and 2 guests
