I have a problem outputting STATA coefficients name. In particular I WOULD LIKE to display in my latex table other names of coefficients than the ones given by STATA automatically. To do that I am doing:
Code:
esttab using table_completeatc4.tex, coeflabel(L.atcmain "atcmain\$_{t-1}\$" (max) newmolfirm "newmolfirm" (max) newmolmarket "newmolmarket" (max) newmolatc "newmolatc" inflow_ratio "\frac{K_{t-1}}{K_t}" outflow_ratio "\$\frac{K_{t+1}}{K_t}\$" L.inflow_ratio "\$\frac{K_{t-1}}{K_t}_{t-1}\$" L.outflow_ratio "\$\big(\frac{K_{t+1}}{K_t}\big)_{t-1}\$" recalls "Recalls" L.recalls "Recalls\$_{t-1}\$" L2.recalls "Recalls\$_{t-2}\$" L3.recalls "Recalls\$_{t-3}\$" L.log_tot_sales recalls_atc "Recalls" L.recalls_atc "Recalls\$_{t-1}\$" L2.recalls_atc "Recalls\$_{t-2}\$" percentage_rx "\% of rx" nprod "K\$_{t}\$(\# of prod.)" L.(sum) nprod "K\$_{t-1}\$" L.log_sales "log\$_\$sales\$_{t-1}\$") /// rename(L.inflow_ratio "\$\frac{K_{t-1}}{K_t}_{t-1}\$" L.outflow_ratio "\$\frac{K_{t+1}}{K_t}_{t-1}\$" recalls "Recalls" L.recalls "Recalls\$_{t-1}\$" L2.recalls "Recalls\$_{t-2}\$" L3.recalls "Recalls\$_{t-3}\$") se unstack title($title $title2 \label{byprod}) label replace noconstant noobs star($star) /*star(* 0.05 ** 0.01 *** 0.001)*/ /*noparentheses*/ /*onecell*/ ///
How can I handle this?
Thanks,
Federico
0 Response to ESTTAB options
Post a Comment