Hi, 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? Thanks and regards! -- View this message in context: http://www.nabble.com/latex.table-used-with-mixed-string-and-numbers-tp23540065p23540065.html Sent from the R help mailing list archive at Nabble.com.
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.