x.sheet(w) does not work in dated panel
Posted: Thu Jun 28, 2018 1:06 am
Dear Eviews team
I use Eviews 10, March 15 2018 built.
I noticed that the "w" option to the .sheet view does not work with dated panels, see example program below
Best,
mamo
I use Eviews 10, March 15 2018 built.
I noticed that the "w" option to the .sheet view does not work with dated panels, see example program below
Code: Select all
wfcreate a 2001 2008 4
series x=@obsnum
x.sheet ' stacked view
x.sheet(w) ' this should provide the unstacked view, but does not
mamo