Dear all,
I created a table using a following code:
Now I'd like to export it to tex. format. I tried to use:
but no result...
I need a table in latex format like below:

Thanks in advance.
I created a table using a following code:
Code:
table year country_id if banktag==1, c(count banktag sum sum_mln_ass)
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
I need a table in latex format like below:
Thanks in advance.
