Skip to content
Prev 134568 / 398498 Next

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: