I have data that looks like this:
yr series country1 country2 country3
1960 exports (value) (value) (value)
1960 imports (value) (value) (value)
1961 exports " " " " " "
1961
etc...
I would like to get the data so it looks like:
yr country series(exports) series(imports)
1960 1 (value) (value)
1961 1 "" ""
1960 2 "" ""
1961 2 "" ""
I am new to Stata and completely at a loss as to how to accomplish this. Any
help would be greatly appreciated.
7
Thanks,
Justin
This is not a case for transpose or -xpose-.