Skip to content
Prev 307612 / 398506 Next

Exporting summary plm results to latex

Hi

If you just want the coefficients.

  xtable(summary(fe)$coef)
% latex table generated in R 2.15.1 by xtable 1.7-0 package
% Thu Oct 11 09:04:59 2012
\begin{table}[ht]
\begin{center}
\begin{tabular}{rrrrr}
   \hline
  & Estimate & Std. Error & t-value & Pr($>$$|$t$|$) \\
   \hline
x & 0.12 & 0.07 & 1.78 & 0.08 \\
    \hline
\end{tabular}
\end{center}
\end{table}

There is another package whose name eludes me which may help for 
tables which have different outputs to the output of lm etc

HTH

Duncan

Duncan Mackay
Department of Agronomy and Soil Science
University of New England
Armidale NSW 2351
Email: home: mackay at northnet.com.au
At 05:09 11/10/2012, you wrote: