Hello everyone.
I am using a two step system GMM model. You will find attached the code I used. I applied the durbin-wu hausman test and I detected my endogenous variables. I put gmm( endogenous variables) and iv( exogenous variables).
code:
xtabond2 MATURITY l.MATURITY LEVERAGE GD BI BoardSize DUALITY FIRMSIZE ROA TANGIBLEASSETS GROWTHOPPORTNITIES LIQUIDITYRATIO if REGION==0 ,gmm(l.MATURITY BI BoardSize FIRMSIZE TANGIBLEASSETS , lag(2 11) collapse) iv (LEVERAGE GD DUALITY ROA GROWTHOPPORTNITIES LIQUIDITYRATIO) robust twostep
Is the applied code correct ?
is the delayed dependent variable must be significant ?
when I applied the code on several lag(a b), I found that among my variables only two are significant. AR(2) can only be verified by 1%.
I don't know what the problem is and how I can solve it?
Please do not hesitate to give me your ideas and your suggestions.
Best regards.
I am using a two step system GMM model. You will find attached the code I used. I applied the durbin-wu hausman test and I detected my endogenous variables. I put gmm( endogenous variables) and iv( exogenous variables).
code:
xtabond2 MATURITY l.MATURITY LEVERAGE GD BI BoardSize DUALITY FIRMSIZE ROA TANGIBLEASSETS GROWTHOPPORTNITIES LIQUIDITYRATIO if REGION==0 ,gmm(l.MATURITY BI BoardSize FIRMSIZE TANGIBLEASSETS , lag(2 11) collapse) iv (LEVERAGE GD DUALITY ROA GROWTHOPPORTNITIES LIQUIDITYRATIO) robust twostep
Is the applied code correct ?
is the delayed dependent variable must be significant ?
when I applied the code on several lag(a b), I found that among my variables only two are significant. AR(2) can only be verified by 1%.
I don't know what the problem is and how I can solve it?
Please do not hesitate to give me your ideas and your suggestions.
Best regards.

Comment