Hi.
I know this question has been asked numerous times, I also did read roodman and blundell, searched for the answers on stata forum. However, I am still confused about the model. I don't have econometrics background so maybe that's why. But I am just writing down the command here and asking my queries, if someone kind enough to explain that to me.
So I am using two-step system GMM for my model.
xtabond2 Y Y(t-1) X control vars i.Year, gmm (Y(t-1)) iv ( control vars i.Year, equation(level)) nodiffsargan twostep robust orthogonal small
Here are the questions:
1) In gmm() , what sort of variable can we put there? endogenous to what? In this case, I am using the first lag of my dependent variable, Does it make sense?
2) In iv() can we put control vars and i.Year ? Again these vars are endogenous to what?
Also, is the command xtabond2 correct to be used in this way? I know this is not the place to ask such question because it may seem like a assignment type of a question, but it is more about understanding the dynamics of the model in simple terms for research? I know theory has to play a big role in term of finding endogenous variables, but I just want to know the basics of the model.
Any comments and feedback shall be appreciated.
I know this question has been asked numerous times, I also did read roodman and blundell, searched for the answers on stata forum. However, I am still confused about the model. I don't have econometrics background so maybe that's why. But I am just writing down the command here and asking my queries, if someone kind enough to explain that to me.
So I am using two-step system GMM for my model.
xtabond2 Y Y(t-1) X control vars i.Year, gmm (Y(t-1)) iv ( control vars i.Year, equation(level)) nodiffsargan twostep robust orthogonal small
Here are the questions:
1) In gmm() , what sort of variable can we put there? endogenous to what? In this case, I am using the first lag of my dependent variable, Does it make sense?
2) In iv() can we put control vars and i.Year ? Again these vars are endogenous to what?
Also, is the command xtabond2 correct to be used in this way? I know this is not the place to ask such question because it may seem like a assignment type of a question, but it is more about understanding the dynamics of the model in simple terms for research? I know theory has to play a big role in term of finding endogenous variables, but I just want to know the basics of the model.
Any comments and feedback shall be appreciated.
Comment