1. Please first ssc install "ivreg2" and "outreg2".
2. Is there a better way to save first- and second-stage results estimated by ivreg2 with outreg2? My example is as follows:
2. Is there a better way to save first- and second-stage results estimated by ivreg2 with outreg2? My example is as follows:
Code:
sysuse auto, clear xi: ivreg2 price i.rep78 (foreign = weight turn trunk), first savefirst est restore _ivreg2_foreign outreg2 using "ivreg2-12", replace xi: ivreg2 price i.rep78 (foreign = weight turn trunk) outreg2 using "ivreg2-12", append
Comment