Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing matching in DiD #75

Closed
FinStudent2021 opened this issue Jun 3, 2021 · 0 comments
Closed

Implementing matching in DiD #75

FinStudent2021 opened this issue Jun 3, 2021 · 0 comments

Comments

@FinStudent2021
Copy link

FinStudent2021 commented Jun 3, 2021

I am writing to request your help in identifying the matched pairs in the regression.

I have used Matchit package for matching after estimating propensity scores using CBPS package. My code is as follows;

mit.out<- matchit(tre ~ fitted(fit), method = "optimal",ratio=2, data = data2)
summary(mit.out)
final_matched <- match.data(mit.out)

Sample Sizes:
Control Treated
All 18412 2450
Matched 4900 2450
Unmatched 13512 0
Discarded 0 0

The matched dataset includes distance, weights and subclass. I am confused how to use the matched pairs in my DiD regression . Can you please refer me a webpage or a paper? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant