Dear Users,
I have the following equation for panel data
xtreg zer esg cap turn tdrdta prbv betal i.year, fe vce(cluster id)
However, I wonder about endogeneity problem and would like to use GMM equation for my model. Note that I do not have any instruments.
However as far as I see, xtabond2 command is being used for dynamic models rather than static ones.
Is there a way that I can convert my code above to a xtabond2 one without using the lag of the dependent variable?
I have the following equation for panel data
xtreg zer esg cap turn tdrdta prbv betal i.year, fe vce(cluster id)
However, I wonder about endogeneity problem and would like to use GMM equation for my model. Note that I do not have any instruments.
However as far as I see, xtabond2 command is being used for dynamic models rather than static ones.
Is there a way that I can convert my code above to a xtabond2 one without using the lag of the dependent variable?
Comment