You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Hi great minds; I am new to stata and want to export some of my output in the form of tables from stata to ms word without compromising the structure of the tables. What are the commands to use?
As shown in the previous posts, you can use asdoc to easily export output from different Stata commands to MS Word. You have to add asdoc to the beginning of any Stata command. This short blog entry will give you a quick start to asdoc.
asdoc can be downloaded from SSC. To download, type the following in the Stata command window.
Code:
ssc install asdoc
help asdoc
After installation, you can read the asdoc help file that has around 100 examples.
Using asdoc can be as simple as the following two words that will create a beautiful summary statistics table
Regards
--------------------------------------------------
Attaullah Shah, PhD.
Professor of Finance, Institute of Management Sciences Peshawar, Pakistan FinTechProfessor.com https://asdocx.com
Check out my asdoc program, which sends outputs to MS Word.
For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.
Comment