Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: Landscape tables with -estout/esttab-


From   Clinton Thompson <[email protected]>
To   [email protected]
Subject   Re: st: Landscape tables with -estout/esttab-
Date   Mon, 4 Mar 2013 12:36:57 +0100

I'm neither an expert on -estout- nor LaTex, but I think this is a
LaTex issue.  There are a number of resources for figuring this out,
e.g.: http://en.wikibooks.org/wiki/LaTeX/Page_Layout#Page_orientation
.
HTH,
Clint

On Mon, Mar 4, 2013 at 12:12 PM, Lukas Borkowski <[email protected]> wrote:
> Dear all,
>
> I am trying to generate a correlation matrix with quite a few variables and to produce it directly in latex-format. However, so far I can only generate a normal table that is not in landscape format and is too wide. So my question is how do I get -esttab- to produce a landscape table? My command line is
>
> eststo clear
> estpost corr d_poor $controls, matrix listwise
> esttab using correlation_matrix.tex, replace p lines not noobs nonum star(* 0.10 ** 0.05 *** 0.01) ///
> title("Poverty Correlation Matrix") b(%9.3f) p(%9.3f) compress booktabs ///
> notes width(1\textwidth)
> eststo clear
>
> So what do I have to do to get it right? Thank you very much for your help!
>
> Kind regards,
>
> Lukas
>
>
> #
> Lukas Borkowski
> University of London, School of Oriental and African Studies (SOAS)
>
> M: [email protected]
>
>
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/

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


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index