Re: [R] Presenting results from multiple models in LaTeX table

2008-01-22 Thread Gabor Grothendieck
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, 宋时歌 <[EMAIL PROTECTED]> wrote: > D

[R] Presenting results from multiple models in LaTeX table

2008-01-22 Thread 宋时歌
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/74.html), are there other alternatives? What about Design and Hmisc? Thanks.