extracting regression output into a single table
Posted: Fri Apr 04, 2014 6:14 am
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.
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.