I am facing the issue of “conformability error (503)” while running the synth command in Stata 15.1.
My data looks like below
Dis qtr od fem_hd poor rural
101 176 .6428571 .0714286 0 .6428571
101 186 .7058824 .1176471 .1764706 .7058824
105 162 1 1 0 1
105 184 .4 .4 0 .8
110 180 .4285714 0 0 .7857143
205 168 .75 0 .25 1
205 176 .7407407 .0185185 .0925926 .3888889
600 187 .7482759 .0396552 .2948276 .7775862
qtr (min 152- max 221) is time variable and Dis is the Panel variable
tsset dis qtr
(it is unbalanced data with gaps)
I run the following command
synth od fem_hd poor rural, trunit(600) trperiod(174)
and it give conformability error 503
I have tried the synth2 version correcting the do file at line 3 and 672 and then synth_wrapper do file at 35
synth2 od fem_hd poor rural, trunit(600) trperiod(174)
but it give the same error.
Ashar
Related Posts with conformability error (503) in Synthetic control method
Multi-Level Modelling DecisionsDear fellow Stata users, I have some questions about the use of multi-level models. I am working o…
Graphing interactions using mixedDear Statalist users, I'm trying to graph some age and cohort interactions from some results gener…
Probit or LPM?Hi Statalist, I am researching the wage and employment differences between graduates who have and h…
How to extract numeric part of a string var in STATADear everyone, I would like to know if someone knows a STATA code that I can use to extract numeric…
Cumulative sums with duplicatesI am trying to create a variable based on employment data taken from a survey done over several year…
Subscribe to:
Post Comments (Atom)
0 Response to conformability error (503) in Synthetic control method
Post a Comment