Hi,
How can I find out which among 2SLS, GMM2S and LIML is most efficient? Like Hausman test helps to decide between fixed and random effects, is there any way I can find the most efficient estimation among these three? I understand that each one of the estimator is suited for specific condition. I am using 2SLS, GMM2S and LIML as follows:
ivreg2 q (owncn= int assetturnover) deta size risk age, robust endog (owncn)
estimates store sls
ivreg2 q (owncn= int assetturnover) deta size risk age, robust gmm2s endog (owncn)
estimates store gmm
ivreg2 q (owncn= int assetturnover) deta size risk age, robust liml endog (owncn)
estimates store lim
and I wish to compare the stored estimates. How can I do so?
Also, are my commands written correctly?
Thanks
How can I find out which among 2SLS, GMM2S and LIML is most efficient? Like Hausman test helps to decide between fixed and random effects, is there any way I can find the most efficient estimation among these three? I understand that each one of the estimator is suited for specific condition. I am using 2SLS, GMM2S and LIML as follows:
ivreg2 q (owncn= int assetturnover) deta size risk age, robust endog (owncn)
estimates store sls
ivreg2 q (owncn= int assetturnover) deta size risk age, robust gmm2s endog (owncn)
estimates store gmm
ivreg2 q (owncn= int assetturnover) deta size risk age, robust liml endog (owncn)
estimates store lim
and I wish to compare the stored estimates. How can I do so?
Also, are my commands written correctly?
Thanks
Comment