Hello,
I have a panel data, on which I want to evaluate the impact of adopting a program on the economic outcome.
The context is over 10,000 individual online sellers, the program is a special web-embedded tool, which allows the consumers to get a discount on that product, by sharing the product link on his/her social media like facebook.
The panel id is the 10,000+ online sellers, a period is a month, the dependent variable is monthly sales, and the treatment=1 if the seller enabled the web-embedded tool in that month.
I was trying to use DiD, then I realized I'm facing the following challenges:
1) the treatment, i.e.,whether or not to use the tool is endougeneous (sellers have the option to choose to adopt or not)
2) the treatment status can be switched on and off. That is, a seller could enable the tool in January, then in February he/she turned off the tool, then maybe in May, he/she turned the tool on again...
For 1), this is a classic self-selection bias problem, like in the job training program problem. I think there are some ways to address this concern.
For 2), however, I'm feeling troubled. If the treatment status flipped some, then how can I define a treatment and a control group?
Could you give me advice on the problem 2)? Is it possible to use DID for such a setting? If not DID, then what would be good method for the analysis? For example, I can think of things such as just run a seller-fixed effect regression:
Here we have the sales in each month sales as dependent variable, and the binary variable tool_enabled indicating the 'on or off' of the tool as the key independent variable and X is a set of covariate in each month.
Thank you!
I have a panel data, on which I want to evaluate the impact of adopting a program on the economic outcome.
The context is over 10,000 individual online sellers, the program is a special web-embedded tool, which allows the consumers to get a discount on that product, by sharing the product link on his/her social media like facebook.
The panel id is the 10,000+ online sellers, a period is a month, the dependent variable is monthly sales, and the treatment=1 if the seller enabled the web-embedded tool in that month.
I was trying to use DiD, then I realized I'm facing the following challenges:
1) the treatment, i.e.,whether or not to use the tool is endougeneous (sellers have the option to choose to adopt or not)
2) the treatment status can be switched on and off. That is, a seller could enable the tool in January, then in February he/she turned off the tool, then maybe in May, he/she turned the tool on again...
For 1), this is a classic self-selection bias problem, like in the job training program problem. I think there are some ways to address this concern.
For 2), however, I'm feeling troubled. If the treatment status flipped some, then how can I define a treatment and a control group?
Could you give me advice on the problem 2)? Is it possible to use DID for such a setting? If not DID, then what would be good method for the analysis? For example, I can think of things such as just run a seller-fixed effect regression:
Code:
areg sales tool_enabled X i.month, absorb(seller_id)
Thank you!
Comment