Page 1 of 1

sheet view with panel data

Posted: Fri Jan 22, 2016 1:30 am
by mamo
Dear Eviews team,
given a panel series x, for instance,

Code: Select all

wfcreate a 2000 2012 10 series x=100+nrnd
the following command gives rise to the error message "Invalid transformation"

Code: Select all

x.sheet(tform=diff)
On the other hand, the command

Code: Select all

show d(x)
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