Currently I'm working with data sets containg information on bilateral trade for more than 20 countires from 1990 till 2018. I'm interested in values only for Germany. I had the variables named reporter and partner. They have been marked: AUS, CHN, DEU and so on. They were red. I used a code encode reporter, gen(reporternr). After doing so I have variables marked blue. I wanted to keep the observations only for Germany. I typed keep if reporternr==DEU. However, I can see DEU not found. Could anybody help me
-
Login or Register
- Log in with
Comment