Dear all,
I want to ask a very simple question. How do we return the previous dataset after using the collapse function?
The code below provides me with the information I need. But, I open another STATA file to bring my previous dataset back. How can I do that for the same STATA interface?
Best,
I want to ask a very simple question. How do we return the previous dataset after using the collapse function?
Code:
collapse (mean) bilateral, by(recipient), if year>2017 & year<2020
Best,
Comment