[R] xtable

John Kane jrkrideau at yahoo.ca
Thu Jul 22 02:20:52 CEST 2010


Try
str(influencia)

I don't think xtable is intended to print lists.

--- On Wed, 7/21/10, Silvano <silvano at uel.br> wrote:

> From: Silvano <silvano at uel.br>
> Subject: [R] xtable
> To: r-help at r-project.org
> Received: Wednesday, July 21, 2010, 4:15 PM
> Hi,
> 
> How do I build a table from a regression model adjusted
> using xtable?
> 
> Commands are:
> 
> modelo1 = lm(Y~X1 + X2)
> influencia = influence.measures(modelo1)
> 
> require(xtable)
> xtable(influencia)
> 
> but it isn't work.
> 
> Thanks,
> 
> --------------------------------------
> Silvano Cesar da Costa
> Departamento de Estatística
> Universidade Estadual de Londrina
> Fone: 3371-4346
> 





More information about the R-help mailing list