Hi there,
maybe the question is trivial but I couldn't really figure it out by reading the paper and README of the repo: How would I specify numPrePeriods and numPostPeriods in the call to createSensitivityResults_relativeMagnitudes when my base period is some pre-treatment period other the canoncial "-1"?
Let's say my event study estimates range from -8 to 8, with 0 being the first treatment period and having defined -4 as the reference period to which the estimates are normalized (due to anticipation effects). Would I then define numPrePeriods = 4 (-8,-7,-6,-5) or numPrePeriods = 7 (-8,-7,-6,-5,-3,-2,-1). I guess my issue here is that in the second case pre-treatment trends would be drawn from -5 to -3 right?
Grateful for any hints!
Hi there,
maybe the question is trivial but I couldn't really figure it out by reading the paper and README of the repo: How would I specify
numPrePeriodsandnumPostPeriodsin the call tocreateSensitivityResults_relativeMagnitudeswhen my base period is some pre-treatment period other the canoncial "-1"?Let's say my event study estimates range from -8 to 8, with 0 being the first treatment period and having defined -4 as the reference period to which the estimates are normalized (due to anticipation effects). Would I then define
numPrePeriods = 4(-8,-7,-6,-5) ornumPrePeriods = 7(-8,-7,-6,-5,-3,-2,-1). I guess my issue here is that in the second case pre-treatment trends would be drawn from -5 to -3 right?Grateful for any hints!