Exporting Stata results
Posted
by Max M.
on Stack Overflow
See other posts from Stack Overflow
or by Max M.
Published on 2010-02-05T19:16:04Z
Indexed on
2010/03/23
15:53 UTC
Read the original article
Hit count: 313
statistics
I'm sure this is an issue anyone who uses Stata for publications or reports has run into: how do you conveniently export your output to something that can be parsed by a scripting language or Excel?
There are a few ADO files that to this for specific commands (try findit tabout
or findit outreg2
). But what about exporting the output of the table
command? Or the results of an anova
?
I'd love to hear about how Stata users address this problem for either specific commands or in general.
© Stack Overflow or respective owner