Unstacking six-dimensional panel data
Posted: Mon May 14, 2012 8:08 am
I have a colon-separated text file (attached) containing panel data defined by 11 columns: the actual observation values in columns 6-11, annual dates in column 2, and properties for the series (scenario, country, sex and age) in columns 1 and 3-5. I (think that I) have managed to open the data as a workfile. Now I would like to completely unstack the data. From what I can recon from the command reference, the code below should do it.
However, they are still partly stacked. What am I doing wrong?
P.S. I am using EViews 7.2 Enterprise Edition.
Code: Select all
close @all
wfopen C:\temp\testdata.txt delim=;
pagestruct land kon alder @date(ar01)
pageunstack(namepat=*?,page=serier) land kon alder ar01 @ bef mbef fodda doda immig emigP.S. I am using EViews 7.2 Enterprise Edition.