Hi everyone,
I am using ivreghdfe on stata to estimate instrumental variables. When I try to print the outcomes, outreg2 gives an error. I am trying to run the following code. Is there something you could recommend?
ivreghdfe wellbeingscore education gender hhincome maritalstatus trend (finlit=treat), absorb(statereside) first
est restore first
outreg2 using ch2results.doc, cttop(first) replace
est restore second
outreg2 using ch2results.doc, cttop(second)
I am using ivreghdfe on stata to estimate instrumental variables. When I try to print the outcomes, outreg2 gives an error. I am trying to run the following code. Is there something you could recommend?
ivreghdfe wellbeingscore education gender hhincome maritalstatus trend (finlit=treat), absorb(statereside) first
est restore first
outreg2 using ch2results.doc, cttop(first) replace
est restore second
outreg2 using ch2results.doc, cttop(second)

Comment