Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: Re: basic ado question


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: Re: basic ado question
Date   Tue, 24 Feb 2009 15:49:39 +0100

<>

I would add 
\documentclass{article} 
as a first line...

HTH
Martin



Kit Baum:
Use some routine (such as estout or tabout) to produce a table from  
each of the 12 studies as an external file in smcl, html, tex or  
whatever you prefer. Then you can just examine them as a single  
document. In LaTeX that would be very simple because you could just

\begin{document}
\input{case01}
\input{case02}
...
\input{case12}
\end{document}

in a single .tex document.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index