Hi Statalist
I am trying to calculate AAR and CAAR plus t-test please could you assist.
I generated the AR and CAR already
*Abnormal and Cumulative Abnormal Returns
sort id date
gen abnormal_return=stock_ret-predicted_return if event_window==1
by id: egen cumulative_abnormal_return = sum(abnormal_return)
I am trying to calculate AAR and CAAR plus t-test please could you assist.
I generated the AR and CAR already
*Abnormal and Cumulative Abnormal Returns
sort id date
gen abnormal_return=stock_ret-predicted_return if event_window==1
by id: egen cumulative_abnormal_return = sum(abnormal_return)
Comment