On Feb 18, 2007, at 4:57 AM, Clive Nicholas wrote:
. reshape long conle98-othle00, i(id) j(year)
no xij variables found
r(111);
. reshape long rsex01 conle98-othle00, i(id) j(year)
no xij variables found
r(111);
You should:
reshape long conle lable ldmle othle , i(id) j(year)
Apart from that: I suspect that you will get a problem with the
years 98,99,00;
You might want to rename:
rename conle00 conle100
to get increasing years.
To reiterate what Svend (and Nick) have suggested: your use of
stubs instead of variable names with -reshape- is the source of the r
(111) error message. However, in my experience Svend's conjecture is
also correct: Stata tends not to recognize the crossing of centuries
with two-digit years. You might consider first renaming your data
series with -renvars-, such as: