I have a panel data of 40+ sub-regions in the U.S., for 30 periods. In total there are 1,000 individual hotels in the 40+ sub-regions. The treatment is the intensity (or density) of a special type of car rental service in that sub-region. I'm trying to estimate the treatment effect on the hotel performance (sales, customer ratings etc.).
Here are some contexts:
1. the special type of the service was introduced in the 14 period, for all of the sub-regions.
2. in each sub-region, the number and the intensity of the service may vary. That is, there may be sufficient service in some regions, but only a little service in some other regions.
3. the treatment intensity is continuous
4. across the periods, the treatment intensity in a sub-region may vary. For example, the intensity in sub-region A could be 2.3 in period 16 while 2.5 in period 20.
5. very a few (e.g., 1 or 2) sub-regions were lack of the service. That is, almost all regions are 'treated'.
Now let's first not worried about the endougeneity of the treatment. Is it possible to identify such a treatment effect in a Difference-in-Difference framework? I know I'm facing challenges because:
1) the treatment is continuous.
2) basically you can say there is no 'control' group.
But maybe I can explore the variation in the treatment intensity and somehow relate the changes in treatment intensity to the changes in the outcome? What I'm doing now is:
where Xijt is a set of time-varying covariates. Ct is the time- fixed effects. Yijt is the outcome for hotel i in sub-region j in period t. After is a binary variable which is 1 if the period is after the 14th period (i.e., after the introduction of the service treatment). TreatmentIntensityjt is a continuous variable indicating the intensity of the car service in sub-region j in period t (hence for all regions, this variable is simply zero in all periods prior to the 14th period). The coefficient of interest is D.
Would the equation above make sense in estimating the 'treatment effect'? I realized this seems to be just a fixed effect regression, not like a typical DiD framework. But can I justify that the coefficient D identifies the effect of having a certain intensity of the car service on the hotel performance in that region?
Sorry for such a long post. I was trying to provide more details about the context of the problem and about my concerns. I'm grateful to any help or comments!
Here are some contexts:
1. the special type of the service was introduced in the 14 period, for all of the sub-regions.
2. in each sub-region, the number and the intensity of the service may vary. That is, there may be sufficient service in some regions, but only a little service in some other regions.
3. the treatment intensity is continuous
4. across the periods, the treatment intensity in a sub-region may vary. For example, the intensity in sub-region A could be 2.3 in period 16 while 2.5 in period 20.
5. very a few (e.g., 1 or 2) sub-regions were lack of the service. That is, almost all regions are 'treated'.
Now let's first not worried about the endougeneity of the treatment. Is it possible to identify such a treatment effect in a Difference-in-Difference framework? I know I'm facing challenges because:
1) the treatment is continuous.
2) basically you can say there is no 'control' group.
But maybe I can explore the variation in the treatment intensity and somehow relate the changes in treatment intensity to the changes in the outcome? What I'm doing now is:
Code:
areg Yijt = A*Xijt + Ct + D*(After*TreatmentIntensityjt) , absorb ( subregion)
Would the equation above make sense in estimating the 'treatment effect'? I realized this seems to be just a fixed effect regression, not like a typical DiD framework. But can I justify that the coefficient D identifies the effect of having a certain intensity of the car service on the hotel performance in that region?
Sorry for such a long post. I was trying to provide more details about the context of the problem and about my concerns. I'm grateful to any help or comments!
Comment