Extracting a matrix to excel
Posted: Thu Jan 09, 2014 2:10 pm
Hi,
Could you please help me with the following? I am trying to export several matrices from Eviews8 to Excel using:
but I get an error saying that the matrix is not a series. Is it possible to export a matrix?
If not do I have to transform the matrix into various series using “mtos”?
Unfortunately my workfile has to be on a quarterly frequency, but within it I have matrices with daily frequency. If I use “mtos” end up with the series with quarterly frequency. Consequently I lose the great majority of my data.
Thank you
Could you please help me with the following? I am trying to export several matrices from Eviews8 to Excel using:
Code: Select all
pagesave(type=excelxml, mode=update) "U:\myfolder\prova_matrix_export.xlsm" range="data!B3:AH5391" @keep dbmisiu_matrix_excelIf not do I have to transform the matrix into various series using “mtos”?
Unfortunately my workfile has to be on a quarterly frequency, but within it I have matrices with daily frequency. If I use “mtos” end up with the series with quarterly frequency. Consequently I lose the great majority of my data.
Thank you