Hi,
I try to build model in Stata with xtabond. When I should use option vce(robust)? Or when should I use onestep or twostep?
Firstly, I made xtabond..., vce(robust). Sargan test has good results (p-value greater than 0,2, of course it works without vce(robust) option). Arellano-Bond test also:
|Order | z Prob > z|
| 1 |-4.0583 0.0000 |
| 2 | .71112 0.4770
But when I made xtabobd...., vce(robust) twostep all my independent variables are not significant... Sargan test doesnt work because p-value equals to 1.000 (to many instruments). Arellano-Bond looks like:
Order | z Prob > z|
| 1 |-1.8794 0.0602 |
| 2 | .27934 0.7800
Should I use twostep option if Sargan test and Arellano-Bond are good when I have onestep xtabond?
Related Posts with Dynamic Panel Models
Return code of data typeHello, I've noticed the codebook or describe commands don't include datatype in the return code lis…
Cross sectional dependence testDear all, I am applying a fixed effect model, and I have used xtcsd, friedman command to see whethe…
Clustering standard errors, panel data, when households move to different clusters over timeI have a household panel dataset, with a two stage sample design, first at village and then househol…
Insert empty row by group conditionallyHi, I have a survey data like this: Code: input id sequence q1 q2 q3 q4 q5 001 1 1 3 2 1 5 001 …
Adding line to bar graphHi, Is there a way to connect the top of bar graphs in stata like the graph below? I am using the …
Subscribe to:
Post Comments (Atom)
0 Response to Dynamic Panel Models
Post a Comment