[R] Presenting results from multiple models in LaTeX table

Gabor Grothendieck ggrothendieck at gmail.com
Tue Jan 22 15:17:41 CET 2008


Create a data frame from the coefficients of your summary.lm objects
and use xtable.data.frame to latex that.  At the R console this will
display the relevant source code to see how to do it:

xtable:::xtable.lm
xtable:::xtable.summary.lm

On Jan 22, 2008 9:02 AM, 宋时歌 <shigesong at gmail.com> wrote:
> Dear All,
>
> Is there a way to present results from multiple models in one LaTeX
> table? I did some google search and found out that xtable cannot
> automate this process
> (https://stat.ethz.ch/pipermail/r-help/2006-August/111174.html), are
> there other alternatives? What about Design and Hmisc? Thanks.
>
> Best,
> Shige
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>


More information about the R-help mailing list