I made a simple rename then to create a 'messy' recode used capture drop. This drops my rename variable as below. What did I do wrong?
tab e4_1 // there
rename e4_1 e4_1Orig
rename e4_2 e4_2Orig
su e4_?Orig // both there
su e4_? // not there
capture drop e4_1 // drops e4_1Orig ??
Stata13.1 for windows (64 bit) Revision 31 March
Regards
Laurence
tab e4_1 // there
rename e4_1 e4_1Orig
rename e4_2 e4_2Orig
su e4_?Orig // both there
su e4_? // not there
capture drop e4_1 // drops e4_1Orig ??
Stata13.1 for windows (64 bit) Revision 31 March
Regards
Laurence
Comment