Dear All,
I looked around the forum and search but I don't really know what to look for, so I decided to post my question.
I had some code working that I inherited from my former colleague and I didn't really looked at it since it was OK up to now.
Since a few days, I have error occurring and after checking it seems logical that it's not working.
For example, I have
and before this instruction I have
So it's pretty obvious why it's not working, but I also logged all previous launch and what I found out is that when it used to work I got this output
As if stata was using variable starting by year*. Does it make sense ? Is it an option I changed by mistake ?
Thank you for your answer.
Regards,
Kevin
I looked around the forum and search but I don't really know what to look for, so I decided to post my question.
I had some code working that I inherited from my former colleague and I didn't really looked at it since it was OK up to now.
Since a few days, I have error occurring and after checking it seems logical that it's not working.
For example, I have
Code:
duplicates drop code1 year code2, force
Code:
rename year year_u
Code:
duplicates in terms of code1 year_u code2
Thank you for your answer.
Regards,
Kevin
Comment