sheet view with panel data
Posted: Fri Jan 22, 2016 1:30 am
Dear Eviews team,
given a panel series x, for instance,
the following command gives rise to the error message "Invalid transformation"
On the other hand, the command
and then pressing the "Wide+/-" button works fine.
It is not onvenient that the "tform"-option of the "sheet" command cannot be used in this way, and I'd like to suggest that in future updates of Eviews difference-like transformations are made possible in the application of the "sheet" command to a panel-series.
Best, mamo
given a panel series x, for instance,
Code: Select all
wfcreate a 2000 2012 10
series x=100+nrnd
Code: Select all
x.sheet(tform=diff) Code: Select all
show d(x) It is not onvenient that the "tform"-option of the "sheet" command cannot be used in this way, and I'd like to suggest that in future updates of Eviews difference-like transformations are made possible in the application of the "sheet" command to a panel-series.
Best, mamo