[R] latex.table used with mixed string and numbers

Dieter Menne dieter.menne at menne-biomed.de
Thu May 14 15:23:38 CEST 2009




lehe wrote:
> 
> I am using latex.table to write my results into a latex table. If my
> results is like a matrix except that some column has strings and others
> have numbers. Is it possible to feed my results into latex.table?
> 

Such a matrix-like structure is called a dataframe. See latex in package
Hmisc coming with examples; latex.table in quantreg is a variant of it, as
the documentations says. Maybe it helps if you 
simply replace your presumed latex.table call by latex().

Dieter




-- 
View this message in context: http://www.nabble.com/latex.table-used-with-mixed-string-and-numbers-tp23540065p23540529.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list