Retrieve stats from Ramsey RESET or Chow forecast tests
Posted: Mon Apr 21, 2014 7:49 pm
Hello there,
I'm using Eviews8 and have been trying to write a program that creates a table with the results of different diagnostic tests (Ramsey's RESET test, Chow breakpoint and forecast tests, ARCH LM test, White's heteroscedasticity test and Breusch Godfrey autocorrelation test) for several equations. Usually I do this by freezing the result of the tests and then retrieving the results from the frozen table e.g.
freeze(mode=overwrite,frozen_table) equation1.auto(2)
table1(3,2) = frozen_table(3,2)
However, I noticed that with the Ramsey's RESET test and Chow forecast test, the position of the F-statistic and likelihood ratios may change based on the length of a specification for an equation. The attached tables show that the F-statistic is located in B8 in one table and B9 in the other table.
I was wondering if there was a way to standardize the tables so that the F-statistic and likelihood would be located in the same position across all the tables for the Ramsey's RESET test and Chow forecast test? Or if there was another way to retrieve the F-statistic and likelihood ratio (value, df, probability)?
I'm using Eviews8 and have been trying to write a program that creates a table with the results of different diagnostic tests (Ramsey's RESET test, Chow breakpoint and forecast tests, ARCH LM test, White's heteroscedasticity test and Breusch Godfrey autocorrelation test) for several equations. Usually I do this by freezing the result of the tests and then retrieving the results from the frozen table e.g.
freeze(mode=overwrite,frozen_table) equation1.auto(2)
table1(3,2) = frozen_table(3,2)
However, I noticed that with the Ramsey's RESET test and Chow forecast test, the position of the F-statistic and likelihood ratios may change based on the length of a specification for an equation. The attached tables show that the F-statistic is located in B8 in one table and B9 in the other table.
I was wondering if there was a way to standardize the tables so that the F-statistic and likelihood would be located in the same position across all the tables for the Ramsey's RESET test and Chow forecast test? Or if there was another way to retrieve the F-statistic and likelihood ratio (value, df, probability)?