Hello everyone,
Since I am doing an event study with multiple events per firm I want to account for cross-sectional dependence according to Brown and Warner (1985) who estimated the test statistics as follows:


Now I want to conduct the t-test. However, I do not know how to do it in STATA while accounting for cross-sectional dependence. I applied the following code:
summarize mean_abnormal_return_daily if dif==-1
And then I applied the ttest:

However, this would not account for cross-sectional dependence. I also calculated the t-statistics by creating a new variable but then I would not know how to aggregate it into one t-statistics. Thus, does anyone of you has an idea how to properly conduct a t-test according to Brown and Warner (1985) in STATA?
Thank you very much in advance.
Best
Anna
Since I am doing an event study with multiple events per firm I want to account for cross-sectional dependence according to Brown and Warner (1985) who estimated the test statistics as follows:
Now I want to conduct the t-test. However, I do not know how to do it in STATA while accounting for cross-sectional dependence. I applied the following code:
summarize mean_abnormal_return_daily if dif==-1
And then I applied the ttest:
However, this would not account for cross-sectional dependence. I also calculated the t-statistics by creating a new variable but then I would not know how to aggregate it into one t-statistics. Thus, does anyone of you has an idea how to properly conduct a t-test according to Brown and Warner (1985) in STATA?
Thank you very much in advance.
Best
Anna
Comment