Hi all
I am running an unbalanced dynamic panel data regression using the xtdpd. I am using stata/se 12.0
I have the following data:
. summarize d_udlaan d_overdaekning solvpct
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
d_udlaan | 1403 -.0104751 .0341303 -.1158373 .0574174
d_overdaek~g | 1401 -.1675946 1.020612 -3.7 1.9
solvpct | 1464 16.08552 2.684648 10.3 21.5
when running the command:
xtdpd L(0/2).d_udlaan L(0/1).d_overdaekning L(0/2).solvpct, noconstant div(L(0/1).d_overdaekning L(0/2).solvpct) dgmmiv(d_udlaan)
I get the error: No observations, and this is where i am stuck. I have tried to run the xtdpd example from the documentation, which works fine.
Anyone know what I am doing wrong ?
Thanks i advance
I am running an unbalanced dynamic panel data regression using the xtdpd. I am using stata/se 12.0
I have the following data:
. summarize d_udlaan d_overdaekning solvpct
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
d_udlaan | 1403 -.0104751 .0341303 -.1158373 .0574174
d_overdaek~g | 1401 -.1675946 1.020612 -3.7 1.9
solvpct | 1464 16.08552 2.684648 10.3 21.5
when running the command:
xtdpd L(0/2).d_udlaan L(0/1).d_overdaekning L(0/2).solvpct, noconstant div(L(0/1).d_overdaekning L(0/2).solvpct) dgmmiv(d_udlaan)
I get the error: No observations, and this is where i am stuck. I have tried to run the xtdpd example from the documentation, which works fine.
Anyone know what I am doing wrong ?
Thanks i advance
Comment