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
xtabond2 for System GMM code writing problemDear all, I am new to xtabond2 I don't know to write the proper codes for my study. I would like to…
Boxplot/quantiles for frequencyHi everyone, I'm struggling with my dataset and I don't know how I can fix it. Here you see a sample…
Coefplot and spatial standard errors fromDear all, I am using x_ols to estimate spatial standard errors of multiple models. Now, I'd like to…
BCa bootstrap confidence levelsHi all, I am bootstrapping a program and would like to obtain the confidence intervals for various …
calculating percentages by household idHello, I want to create a variable that shows the % of increase in care by household. Below, you ca…
Subscribe to:
Post Comments (Atom)
0 Response to conformability error (503) in Synthetic control method
Post a Comment