[R] Formatting an anova table using latex
Dieter Menne
dieter.menne at menne-biomed.de
Mon Mar 13 18:34:43 CET 2006
Michael Kubovy <kubovy <at> virginia.edu> writes:
>
>
> When I issue the command
>
> latex(anova(raw1.lmer0, raw1.lmer, raw1.lmerI), file = 'raw1.tex',
> rownamesTexCmd = c('baR', 'addit', 'multip'), longtable = F, dcolumn
> = T, booktabs = T, t able.env = F, colheads = NULL, colnamesTexCmd = c
> ('', 'df', 'aic', 'bic', 'logl', 'chisq', 'chisqdf', 'prchisq'))
...
> Can you tell me how to suppress 'raw1.lmer0', 'raw1.lmer', and
> 'raw1.lmerI' in the first column?
>
rowname = NULL
(note: it's not "rownames", which is a bit confusing)
Dieter
More information about the R-help
mailing list