Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to create a table by country and year with two values in one cell and export it to Latex?

    Dear all,

    I created a table using a following code:

    Code:
    table year country_id if banktag==1, c(count banktag sum sum_mln_ass)
    Now I'd like to export it to tex. format. I tried to use:

    Code:
    tabout year country_id if banktag == 1 using "C:\Users\xxxxx\table8.tex", replace cells(count banktag sum sum_mln_ass) sum style(tex)  bt
    but no result...
    I need a table in latex format like below:
    Click image for larger version

Name:	table.JPG
Views:	1
Size:	48.4 KB
ID:	1687008

    Thanks in advance.
Working...
X