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
Gabor Grothendieck
2008-Jan-22 14:17 UTC
[R] Presenting results from multiple models in LaTeX table
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. >