You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you again for this amazing GSC R package. I am curious what formulas does the cumuEff function use to calculate cumulative treatment effects? My understanding of cumulative treatment effects (cumulative abnormal returns) is the sum of the average treatment effects by days (abnormal returns) during the defined period. However, using the turnout example, the cumulative treatment effects for periods (0,5) are:
And the average treatment effect on the treated (ATT) by period 0 to 5 are:
The est.att at period 0 is the same as est.catt at period 0. But the est.catt at period 1 is not exactly the sum of est.att at period 0 and period 1. And the difference is larger as the period range increases. (The est.att at period 5 is 17.0129655, the sum of est.att from period 0 to 5 is 18.18623). Hope I am not misunderstood something.
May I ask what formula is used to calculate the cumulative treatment effects? Thank you so much.
The text was updated successfully, but these errors were encountered:
Thank you again for this amazing GSC R package. I am curious what formulas does the cumuEff function use to calculate cumulative treatment effects? My understanding of cumulative treatment effects (cumulative abnormal returns) is the sum of the average treatment effects by days (abnormal returns) during the defined period. However, using the turnout example, the cumulative treatment effects for periods (0,5) are:
And the average treatment effect on the treated (ATT) by period 0 to 5 are:
The est.att at period 0 is the same as est.catt at period 0. But the est.catt at period 1 is not exactly the sum of est.att at period 0 and period 1. And the difference is larger as the period range increases. (The est.att at period 5 is 17.0129655, the sum of est.att from period 0 to 5 is 18.18623). Hope I am not misunderstood something.
May I ask what formula is used to calculate the cumulative treatment effects? Thank you so much.
The text was updated successfully, but these errors were encountered: