Dear all,
I have written the following code:
reghdfe lbiw markupsw , absorb(vat year) vce(cluster vat)
estimates store Model1
reghdfe lbiw markupsw capitalintensity , absorb(vat year) vce(cluster vat)
estimates store model2
reghdfe lbiw markupsw capitalintensity turnoverw , absorb(vat year) vce(cluster vat)
estimates store model3
and I would now like to export the three models in 1 table to word. However I get "shellout using `"/Users/.../downloads/Doc16.doc"'
shellout probably will not work with MacOSX, when using outreg2. Is there any way to get a neat table and fix this issue?
Many thanks in advance!
I have written the following code:
reghdfe lbiw markupsw , absorb(vat year) vce(cluster vat)
estimates store Model1
reghdfe lbiw markupsw capitalintensity , absorb(vat year) vce(cluster vat)
estimates store model2
reghdfe lbiw markupsw capitalintensity turnoverw , absorb(vat year) vce(cluster vat)
estimates store model3
and I would now like to export the three models in 1 table to word. However I get "shellout using `"/Users/.../downloads/Doc16.doc"'
shellout probably will not work with MacOSX, when using outreg2. Is there any way to get a neat table and fix this issue?
Many thanks in advance!

Comment