Try
str(influencia)

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

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

> From: Silvano <silv...@uel.br>
> Subject: [R] xtable
> To: r-help@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
> 



______________________________________________
R-help@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.

Reply via email to