Windows 10 - 64 bits, Stata MP 15
After reading https://www.statalist.org/forums/for...-doing-a-table #4, and Nick's reply #2 in https://www.statalist.org/forums/for...orting-tabdisp, has anyone been able to export -tabdisp- into latex, word, excel?
I'm working with latex and used -tabdisp- to create many tables with string values. However, I was trying to create publication format tables based on the -tabdisp- outcome, but it seems that -esttab- or -frmttable- are not compatible with. Any advice will be appreciated.
Thanks
Ricardo
After reading https://www.statalist.org/forums/for...-doing-a-table #4, and Nick's reply #2 in https://www.statalist.org/forums/for...orting-tabdisp, has anyone been able to export -tabdisp- into latex, word, excel?
I'm working with latex and used -tabdisp- to create many tables with string values. However, I was trying to create publication format tables based on the -tabdisp- outcome, but it seems that -esttab- or -frmttable- are not compatible with. Any advice will be appreciated.
Code:
. use http://www.stata-press.com/data/r13/tabdxmpl3, clear . tabdisp agecat sex party, c(reaction) center ---------------------------------------------------------------------------- | Party Affiliation and Sex Age | ---------- Democrat ---------- --------- Republican --------- category | Female Male Female Male ----------+----------------------------------------------------------------- Old | Favor Favor Indifferent Strongly Favor Young | Strongly Favor Indifferent Disfavor Disfavor ----------------------------------------------------------------------------
Ricardo