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
Fixed-effect panel threshold modelHi all, I'm executing the xthreg command, but, every time I run it the values in the Threshold effec…
strongly unbalanced panel: xtlogit vs logit?Dear community, I am benefiting from reading threads across this forum in several technical dimensi…
intersection variable Code: reghdfe cases_normed i.days#bus_policy_open_risk cases_normed_delay_14days cases_normed_delay…
Creating a new variable that combines two variables on STATA 17I have two variables, q5 and q6. I would like to keep all values from q5 and some values from q6 and…
unbalanced panel data, scores, Tobit, boostrapsalutations. j'ai un panel avec n=13 et T=15. j'ai 9 variables explicatives dont deux que j'utilise …
Subscribe to:
Post Comments (Atom)
0 Response to conformability error (503) in Synthetic control method
Post a Comment