I'm having trouble with the user-written outreg2
package used in Stata. When I build the output with the tex(frag)
option, the resulting tables have three backslashes at the end of each line rather than just two, resulting in a "misplaced alignment character" error for each line.
Any ideas on what I'm doing wrong or how to fix this?
(first regression specification)
outreg2 d.lntau_sh d.lntau_sf using Table_1.tex, nocons replace
(second regression second regression specification)
outreg2 d.lntau_ht d.lntau_th using Table_1.tex, tex(frag) se coefastr symb(***,**,*) rdec(3) bdec(3) r2 nocons append
outreg2
is a user-written program written for use in Stata. It is a good convention to explain that. That said, you don't show any full and precise examples of code, so even users ofoutreg2
are not given much to go on. I don't use it, so I stop here. – Gannonlatex
tag, the answer if there is one lies, I suspect, within the Stata program or its documentation. – Gannon