Hi,
I want to compare the treatment effect on the patent quantity produced by treatment and control group. The dependent variable is patent and no other predictors. Without synthetic matching my equation looks like this:
reghdfe lnpatent treatment##post, a(assignee appyear) vce( cluster assignee)
Now for the synthetic matching, I want to match treatment and control firms based on Pre-Intervention Outcomes ONLY. As I have multiple treatment groups I have created one dummy variable called interact with the interaction of treatment and post. The code I'm using is:
synth_runner lnpatent lnpatent(1970) lnpatent(1972) lnpatent(1974), d(interact)
and its showing me the following error:
. synth_runner lnpatent lnpatent(1970) lnpatent(1972) lnpatent(1974), d(interact)
(9834 missing values generated)
Estimating the treatment effects
Error estimating treatment effect for unit 1045
Re-running last -synth- command with output/errors un-captured
------------------------------------------------------------------------------------------------------------------------
Synthetic Control Method for Comparative Case Studies
------------------------------------------------------------------------------------------------------------------------
First Step: Data Setup
------------------------------------------------------------------------------------------------------------------------
invalid numlist has too few elements
r(122);
Any help is appreciated.
Regards,
Syeda
Related Posts with Synthetic matching with Pre-Intervention Outcomes ONLY
Estimating the effects of a shockHi all. I am working on a research project to estimate the respective effects of divorce, jobloss a…
Time Fixed EffectsDear Stata users, For my analysis, I need to use time fixed effects on my panel data (Country-Year)…
Generate adjacency matrix in Mata and using it as input in StataDear all, I am using Stata 16 on Mac 10.14. I am currently working with two geocoded datasets. Data…
Please help: comparing three average treatment effects (ATE) coefficients to determine if they differ significantlyDear colleagues, I am running an average treatment effects analysis (teffects) for the binary outco…
one less class in latent class analysis with -gsem-Is there anybody who can explain why this 3-classes LCA model with -gsem- command gives me only two …
Subscribe to:
Post Comments (Atom)
0 Response to Synthetic matching with Pre-Intervention Outcomes ONLY
Post a Comment