Page 1 of 1

How to store residual tests

Posted: Thu May 20, 2010 1:26 pm
by fcscunha
Hi,

i want to store the test statistics of White, Breusch-Pagan and ARCH tests from a several regressions in a "for" loop.

i was trying to use inside the "for" loop the command:

scalar white_test_%name = %name.white(c); for example, where "%name" is the string that is the name of the equation.

but this command calls the window of the test.

i want to store the test statistics.

Can you help me?

regards

Fernando

Re: How to store residual tests

Posted: Thu May 20, 2010 2:39 pm
by EViews Gareth

Re: How to store residual tests

Posted: Thu May 20, 2010 3:04 pm
by fcscunha
Thanks