Page 1 of 1

Filling a table with a column data of regression estimation

Posted: Tue Jul 26, 2011 10:40 am
by NeardyChick
Dear Eviews experts!
I have a lot of regression estimates in a workfile, and I need to gather in one table all the data from the coefficient column of these separate equations. Please help me to write the code for the program that would do it automatically. Thank you in advance!

Re: Filling a table with a column data of regression estimat

Posted: Tue Jul 26, 2011 11:55 am
by EViews Glenn
The EqTabs add-in might do what you want...

http://eviews.com/Addins/addins.shtml

Filling a table with a column data of regression estimation

Posted: Tue Jul 26, 2011 1:57 pm
by EViews Gareth
If it doesn't do exactly what you want, you might be able to figure out a way to do what you want by looking at the source code of the add-in.

Re: Filling a table with a column data of regression estimat

Posted: Wed Jul 27, 2011 9:32 am
by NeardyChick
Thanks a lot, EViews Gareth and Glenn! I tried to open the add-inns but I guess it doen't work on Eviews 6 ?

Re: Filling a table with a column data of regression estimat

Posted: Wed Jul 27, 2011 9:37 am
by EViews Gareth
Correct. It would be quite hard to do in EViews 6.

Re: Filling a table with a column data of regression estimat

Posted: Sat Jul 30, 2011 10:54 am
by NeardyChick
When I download Add-inn and open it with Eviews 7, I get the message: "Incorrect format string specified" and the Add-inn doesn't work further. What could help to fix this?

Re: Filling a table with a column data of regression estimat

Posted: Sat Jul 30, 2011 11:30 am
by startz
Update to version 7.2 (free from 7.0)

Re: Filling a table with a column data of regression estimat

Posted: Wed Aug 03, 2011 6:41 am
by mrduran
I also wonder how to do this.
I have lots of estimated equation outputs, but I need to write Schwarz info values, LM autocorrelation test statistics for orders 1 to 12 and corresponding p-values of the statistics to table.
Is there any way other than that add-in?
Can we fetch some value given in an estimation output table by writing a program?