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

Question about 15 - Synthetic Control #397

Open
iamdengjie opened this issue Jun 19, 2024 · 0 comments
Open

Question about 15 - Synthetic Control #397

iamdengjie opened this issue Jun 19, 2024 · 0 comments
Assignees

Comments

@iamdengjie
Copy link

iamdengjie commented Jun 19, 2024

15 - Synthetic Control

We got calif_weights from regression from un-treatment data before year 1989. And we got calif_synth by below:

calif_synth = cigar.query("~california").pivot(index='year', columns="state")["cigsale"].values.dot(calif_weights)

My question is the data after year 1989 should be all treated for 39 states. Why the control result can represent the un-treatment result? It should use untreated result after year 1989 and calif_weights to simulate the un-treatment result/counterfactual for California after year 1989

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

2 participants