I have dropped the duplicates by using:
Does this imply that I know can run my regression that qualifies the statistical procedure?
Code:
. drop if flag==1
(582 observations deleted)
. tsset company_ID date1
panel variable: company_ID (unbalanced)
time variable: date1, 31jan2003 to 31mar2016, but with gaps
delta: 1 day

Comment