Re: [R] Get rid of the first row of the LaTeX table generated by xtable

2010-02-14 Thread Shige Song
Dear Livlu and Uwe, This is exactly what I need, thanks. Shige On Sun, Feb 14, 2010 at 10:11 AM, Uwe Ligges wrote: > See ?print.xtable and its argument "include.rownames". > > Uwe Ligges > > On 14.02.2010 16:06, Shige Song wrote: >> >> Dear All, >> >> I am trying to generate a LaTeX table from

Re: [R] Get rid of the first row of the LaTeX table generated by xtable

2010-02-14 Thread Uwe Ligges
See ?print.xtable and its argument "include.rownames". Uwe Ligges On 14.02.2010 16:06, Shige Song wrote: Dear All, I am trying to generate a LaTeX table from a small data frame using xtable. I have three variable and 10 records. However, the resulted LaTeX table has four columns (instead of th

Re: [R] Get rid of the first row of the LaTeX table generated by xtable

2010-02-14 Thread Liviu Andronic
On 2/14/10, Shige Song wrote: > column seems to be an automatically generated ID. Is there a way to > get rid of this column? > Perhaps ?print.xtable include.rownames=F Liviu __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/

[R] Get rid of the first row of the LaTeX table generated by xtable

2010-02-14 Thread Shige Song
Dear All, I am trying to generate a LaTeX table from a small data frame using xtable. I have three variable and 10 records. However, the resulted LaTeX table has four columns (instead of three), of which the first column seems to be an automatically generated ID. Is there a way to get rid of this