when I want to drop period between 2021/05 to 2021/09:
I run this codes but it made an error:
drop if mdate==2021m05
I run this codes but it made an error:
drop if mdate==2021m05
Code:
drop if inrange(mdate, tm(2021m5), tm(2021m9))
Furthermore, I need to separate countries to exporters and importers, would you help me how could I do that?
And again, we are going off topic here. Please start a new thread.
Comment