|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Re: re: storing tables and values in tables
And not to leave anything unanswered :) , for exporting results into Word
you can try -xml_tab- command:
.regress price mpg headroom trunk displacement
.xml_tab, _options
it will create xml (Excel) file with the table of coefficients and standard
errors, which can be easily copied or linked to your Word document.
----- Original Message -----
From: "Kit Baum" <[email protected]>
To: <[email protected]>
Sent: Thursday, February 28, 2008 6:28 AM
Subject: st: re: storing tables and values in tables
Adrian de la Garza <[email protected]> wanted to know how to do
this. Austin Nichols and others gave him some good advice. His original
enquiry asked whether, once having stored stuff in tables, whether they
could be output to LaTeX. Several programs exist to do that; I'd suggest
looking at -outtable- on SSC (CF Baum and JP Azevedo) as well as Ian
Watson's -tabout-, which I use frequently.
For example
reg price mpg headroom trunk displacement
mat b = e(b)
mat V = e(V)
outtable using adrian1, mat(b)
outtable using adrian2, mat(V)
Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/