x.sheet(tform=d) transforms x rather than only affecting the view of x
Posted: Thu Jun 28, 2018 1:10 am
Dear Eviews team
I use Eviews 10, March 15 2018 built.
I noticed that the "tform" option to the x.sheet view actually transforms the series x rather than only affecting the display of x, see example program below.
Best,
mamo
I use Eviews 10, March 15 2018 built.
I noticed that the "tform" option to the x.sheet view actually transforms the series x rather than only affecting the display of x, see example program below.
Code: Select all
wfcreate a 2001 2008
series x=@obsnum
x.sheet ' ok
x.sheet(tform=d) ' ok, but x has now been transformed to x=d(x) !
x.sheet ' d(x)!
show x 'd(x)!
mamo