Hi everyone,
I would like to calculate the acquirer fixed effects, but something is wrong with my stata Command.
My dataset contains of multiple acquirers which have done multiple deals over multiple years.
For every acquirer i have the cusip, permno and the cumulative abnormal return (car5).
The car5 should be the dependent variable my regression and the acquirer fixed effect should be the independent variable.
Im using the following Command:
xtset cusip year
streng car5 cusip, fe
This is what i get: repeated time values within panel, r(451)
But this does not work.
Could someone help me out?
I would like to calculate the acquirer fixed effects, but something is wrong with my stata Command.
My dataset contains of multiple acquirers which have done multiple deals over multiple years.
For every acquirer i have the cusip, permno and the cumulative abnormal return (car5).
The car5 should be the dependent variable my regression and the acquirer fixed effect should be the independent variable.
Im using the following Command:
xtset cusip year
streng car5 cusip, fe
This is what i get: repeated time values within panel, r(451)
But this does not work.
Could someone help me out?
Comment