I am trying to write a .do file that will generate monthly reports based on a dataset that will be updated regularly.
I figure there must be some way to generate a word document with professional looking tables of summary statistics, but I cannot figure out how to do it. I have played around with tabout, but the tables don't look very good in word. Are there some options I am not utilizing well, is there a better command to use, etc.?
Here is the code I am using:
tabout var using "document_name", append cells(freq col)
I figure there must be some way to generate a word document with professional looking tables of summary statistics, but I cannot figure out how to do it. I have played around with tabout, but the tables don't look very good in word. Are there some options I am not utilizing well, is there a better command to use, etc.?
Here is the code I am using:
tabout var using "document_name", append cells(freq col)
Comment