Page 1 of 1

output of multiple tables into a single table

Posted: Sat Apr 05, 2014 2:08 pm
by EktaS
hi
Plz suggest how to save output of several tables from a workfile into a single table. I run program which performs ADF unit root test for 652 firms and save the different tables in workfile. is it possible to extract only t statistics and p value from various tables and save these into a single table.

thanks in advance.

Re: output of multiple tables into a single table

Posted: Sat Apr 05, 2014 2:44 pm
by EViews Gareth

Code: Select all

Master_table(1,2) = child_table(3,4)
Where master_table is the big table, and child_table is one of the small ones.