Hello,
How can I drop certain countries from a stata database?
I have written:
drop if country !=12 & country !=32 & country !=76
But stata tells me:
country not found
r(111);
12, 32, 76 correspond to the country code number, but it didn't work !
How can I drop certain countries from a stata database?
I have written:
drop if country !=12 & country !=32 & country !=76
But stata tells me:
country not found
r(111);
12, 32, 76 correspond to the country code number, but it didn't work !
Comment