Page 1 of 1

Johansen Coint. Test without popping up a windows

Posted: Fri Jul 01, 2011 12:15 am
by colonia_space
Hi,
i have to perform the Johansen Coint. test several hundred times (which is of course done by a programm), but when i run the program eviews stopps after 40 tests, with the message that there cannot be more windows displayed. is there any possibility of simply supressing the popping up process of the windows???

a "silent" mode or something.eviews shall simply perform the test and extracting the resulting test statics into matrices as it is done by the save function of the Johansen test.
Greetings Andreas

Re: Johansen Coint. Test without popping up a windows

Posted: Fri Jul 01, 2011 12:46 am
by trubador
I think that is because you are using the interactive command (e.g. coint(options)). There is also an object command form of it (e.g. VARname.coint(options)), which would be useful in this case.