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
Using datetime in an expression? (Or dropping duplicates with an *earlier* datetime?)Hello! I am looking at the results of a survey in which some respondents submitted a response premat…
Writing string variable to x-axis while actually plotting numeric variableI have this data. var1 var2 var3 apple 1 4 banana 2 6 strawberry 3 9 To draw a graph, I do Code:…
Summing up columns based on a range conditionHi everyone, I am facing the following problem. For the data attached I want to add a column that su…
meta regressionHi, We conducted a meta-analysis to find if hyperglycaemia is associated with increased risk of mort…
Endogeneity, Reverse Causation and Simultaneity in Ordered Probit ModelsDear all, I am working with a panel data (unbalanced) in the context of an ordered probit model. I …
Subscribe to:
Post Comments (Atom)
0 Response to Dynamic Panel Models
Post a Comment