Dear community
I am trying to estimate a model using cs-ardl method (xtdcce2). The model has to be dynamic and it is highly possible that there is endogeneity problem, because the expected sign is positive for the lagged dependent variable but I get a negative estimated coefficient. So I try to use iv such that
xtdcce2 d.y (l.y=y) if(year>1986), lr((d.l.y) (l.d.z) (l.v) (d.l.q)) lr_options(ardl) cr(_all) fullsample
and it returns with this error
<istmt>: 3200 conformability error
When I remove "(l.y=y)", the estimation results appear but the results suffer from endogeneity.
In coıntrats, when I try estimating the same model using cs-dl model, the iv code works perfectly and the estimation produces the expected results for all the variables.
Does anyone have a suggestion regarding this? I tried using various lengths of lags, differencing variables and reducing the number of explanatory variables but it did not help.
Related Posts with Help needed for xtdcce2 with instruments
How to bound x-axis on histogramI'm using the command histogram [cat var] to output a histogram in stata. I only care about the va…
Why the logical in Stata of calculating missing observation is quite strangeToday I calculate Code: gen year1a=1 if yr <=ei +1 While ei=. and yr=1990, I saw the result of …
Using suest across different data framesIs it possible in Stata 16 to compare model estimates (using 'suest') across different data frames? …
Bar graph with confidence intervals and character group labelsSo this bothers me for a while. I want to have a bar graph for group means with confidence intervals…
Separating string variable with parenthesis and commasHello, I have variable that looks like Experience ('Santo Engineering', '2017-04-30', '2017-05-30'…
Subscribe to:
Post Comments (Atom)
0 Response to Help needed for xtdcce2 with instruments
Post a Comment