Hello everyone,
I have a dataset which I reshaped using the following command "reshape long taxdebt_, i(id) j(date)". The goal is now, that I have to keep only the data for each 5th, 15th and 25th of each month. I tried a lot, but I cannot solve this. Thus it woulb be great if someone can help me how I can do this?
Best,
Renate
I have a dataset which I reshaped using the following command "reshape long taxdebt_, i(id) j(date)". The goal is now, that I have to keep only the data for each 5th, 15th and 25th of each month. I tried a lot, but I cannot solve this. Thus it woulb be great if someone can help me how I can do this?
Best,
Renate
Comment