file |
# |
command |
cb5a.do:
|
12 [+]
|
reshape
long cand
, i(rowid) j(candnr)
|
:
|
24 [+]
|
reshape
long cand
, i(rowid) j(candnr)
|
ch4.4.do:
|
54 [+]
|
reshape
wide gdp
, i(date) j(cty) string
|
ch5.01.do:
|
96 [+]
|
reshape
long pop
, i(state) j(year)
|
:
|
135 [+]
|
reshape
long expp revpp avgsal math4score math7score
, i(distid) j(year)
|
:
|
139 [+]
|
reshape
wide expp revpp avgsal math4score math7score
, i(distid) j(year)
|
ch8.2.do:
|
29 [+]
|
reshape
wide expp avgsal math4sat math7sat
, i(distid) j(year)
|
:
|
40 [+]
|
reshape
long expp avgsal math4sat math7sat
, i(distid) j(year)
|
ch14.8.do:
|
142 [+]
|
reshape
wide invest mvalue kstock
, i(year) j(company)
|
reshapeTip.do:
|
15 [+]
|
reshape
wide Yr
, i(country year) j(tradeflow) string
|