Page 1 of 1

extracting regression output into a single table

Posted: Fri Apr 04, 2014 6:14 am
by EktaS
i run the following program to estimate the regression equation for each of 652 firms:

For !i=1 to 652

equation e{!i}.ls(cov=hac) y{!i} c x1 x2

next

It automatically saves 652 equations in the workfile. How could i extract the beta coefficients, std errors and their respective p-values from each equation for each firm and save these in a single different table. Should i have to do it manually by copy paste or eviews has any option to do that.

Plz help.

Re: extracting regression output into a single table

Posted: Fri Apr 04, 2014 7:59 am
by EViews Gareth
Take a look at the EqTabs add-in.

Re: extracting regression output into a single table

Posted: Fri Apr 04, 2014 1:16 pm
by EktaS
Many Thanks for quick reply. I am able to do that. :D