Hello everyone. I am using instrumental variable analysis and I use ivregress2 2sls to export the results of both first and second stages. It works quite well and commands are somehow similar to ivregress 2sls (or ivreg2). However, when I want to control for cluster standard error and export result, I can't run the command with ivregress2 2sls, although it still works perfectly with ivregress 2sls and ivreg2.
My correct commands are:
. ivreg2 frate_2000 (frate_1991= field_dummy), cluster(Region) first
. ivregress 2sls frate_2000 (frate_1991= field_dummy), cluster(Region) first
But these don't work for ivregress2
. ivregress2 2sls frate_2000 (frate_1991= field_dummy), cluster(Region) first
or ivregress2 2sls frate_2000 (frate_1991= field_dummy), vce(cluster Region) first
Does anyone know the command of cluster standard error for ivregress2 please help me? Or instead if someone know how to export the results of instrumental variable regression both first and second stages with ivgress 2sls or ivreg2 please help me.
(I only can export result of first stage with ivregress2 by outreg2, I did search and read a lot on the internet but I still can't do with ivreg2 and ivregress by estout package
)
Thank you very much!
My correct commands are:
. ivreg2 frate_2000 (frate_1991= field_dummy), cluster(Region) first
. ivregress 2sls frate_2000 (frate_1991= field_dummy), cluster(Region) first
But these don't work for ivregress2
. ivregress2 2sls frate_2000 (frate_1991= field_dummy), cluster(Region) first
or ivregress2 2sls frate_2000 (frate_1991= field_dummy), vce(cluster Region) first
Does anyone know the command of cluster standard error for ivregress2 please help me? Or instead if someone know how to export the results of instrumental variable regression both first and second stages with ivgress 2sls or ivreg2 please help me.
(I only can export result of first stage with ivregress2 by outreg2, I did search and read a lot on the internet but I still can't do with ivreg2 and ivregress by estout package
)Thank you very much!

Comment