I have a dataset with several observations for the same company for multiple years (where the company is identified by company_ID) and other variables for those companies, including a date variable. I want to perform regression, however the error is telling me that I have repeated time values in my panel. I have checked my data, and what I don't understand is:
1. My company_ID variable is in blue, I don't understand why this is the case and whether it is correct to use it in this way?
2. For each company_ID I have multiple date observations from 2003 up and until 2015. Is the error trying to explain to me that this is the problem?
I have checked several topics on this error but could not find a solution on how to deal with this. I hope that one of you can help me out with this.
1. My company_ID variable is in blue, I don't understand why this is the case and whether it is correct to use it in this way?
2. For each company_ID I have multiple date observations from 2003 up and until 2015. Is the error trying to explain to me that this is the problem?
I have checked several topics on this error but could not find a solution on how to deal with this. I hope that one of you can help me out with this.
Comment