[R] xtable with Sweave

Silvano silvano at uel.br
Mon Jun 14 15:09:45 CEST 2010


Hi,

I'm using Sweave to prepare a descriptive report.
Are at least 20 tables built with xtable command of kind:

<<echo=F, results=hide>>=
q5 = factor(Q5, label=c("Não", "Sim"))
(q5.tab = cbind(table(q5)))
@

<<echo=F, results=tex>>=
xtable(q5.tab, align="l|c", caption.placement = "top", 
table.placement='H')
@

I'm getting the following message:

Too many unprocessed floats

in Latex file.

How to avoid these messages appearing?

--------------------------------------
Silvano Cesar da Costa
Departamento de Estatística
Universidade Estadual de Londrina
Fone: 3371-4346



More information about the R-help mailing list