Announcement

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

  • Export either table or tabdisp as latex file

    I am using:


    gen ycc_table=.
    replace ycc_table=year if evnt3w==1


    by country ( ycc_table ), sort: gen ycc_count =_n if ycc_table!=.
    tabdisp country ycc_count, cell(ycc_table)


    or just:

    table country ycc_count, c(mean ycc_table )


    which creates the following table:



    Click image for larger version

Name:	1.PNG
Views:	1
Size:	35.1 KB
ID:	1522246







    I want to save this table as .tex file but I doesn't work. Is there a way to save this table as latex file?









Working...
X