Dear Experts,
Can you please help me with the following issue.
I have a sample where some observations experience a shock, let's say "t". So, what I want to do is to create a control group given certain characteristics (x1, x2, x3, etc.) which will represent a treated sample. I run a probit model:
probit t x1 x2 x3 x4 i.industry i.year, vce(cluster id)
then "predict prop_score"
what I get: for each firm in the treated sample I get a firm with more or less similar characteristics. Finally, what I want to do is to run diff-in-diff given treated and control sample, say:
y= t post t*post x1 x2
where post is 1 if observation falls in one year after the treatment ( zero otherwise)
QUESTION:
1. is it right what I am doing?
2. How an I create a control sample which will have more matches, say for one firm (treated group) 2/3 control firms?
Please, help me with this issue
Can you please help me with the following issue.
I have a sample where some observations experience a shock, let's say "t". So, what I want to do is to create a control group given certain characteristics (x1, x2, x3, etc.) which will represent a treated sample. I run a probit model:
probit t x1 x2 x3 x4 i.industry i.year, vce(cluster id)
then "predict prop_score"
what I get: for each firm in the treated sample I get a firm with more or less similar characteristics. Finally, what I want to do is to run diff-in-diff given treated and control sample, say:
y= t post t*post x1 x2
where post is 1 if observation falls in one year after the treatment ( zero otherwise)
QUESTION:
1. is it right what I am doing?
2. How an I create a control sample which will have more matches, say for one firm (treated group) 2/3 control firms?
Please, help me with this issue

Comment