TomDoan wrote:Are you looking at the Table 2 values (full sample) or the rolling window values. For Table 2, the simplest thing to do is probably to just reload Table 2 (Window--Report Windows selector) and export it to Excel. You can also do
write(format=xlsx,unit=copy) fromvar~tovar
which will prompt you for the file name.
For the rolling windows, you would do
copy(format=xlsx,unit=copy,dates) / fromspill tospill
Again, it will prompt you for the file name.
Hello Tom, I have done the codes of:
copy(format=xlsx,unit=copy,dates) / fromspill tospill
but it says that the FROMSPILL and TOSPILL are not identified.
Could you please tell me on how to obtain the time series data of all the spillover calculations (full sample, rolling window values, and the net pairwise spillover) to an excel file?
Thanks a bunch!