Displaying 3 results from an estimated 3 matches for "colnamestexcmd".
2006 Mar 13
1
Formatting an anova table using latex
Hi r-helpers,
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'))
I get:
% latex.default(anova(raw1.lmer0, raw1.lmer, raw1.lmerI), file =
"raw1.tex", rownamesTexCmd = c("baR", "addit", "m...
2006 Oct 28
1
(kein Betreff)
...(title, ".tex", sep = ""), append = FALSE, label = title,
rowlabel = title, rowlabel.just = "l", cgroup = NULL, n.cgroup = NULL,
rgroup = NULL, n.rgroup = NULL, cgroupTexCmd = "bfseries",
rgroupTexCmd = "bfseries", rownamesTexCmd = NULL, colnamesTexCmd = NULL,
cellTexCmds = NULL, rowname, cgroup.just = rep("c", length(n.cgroup)),
colheads = dimnames(cx)[[2]], extracolheads = NULL, extracolsize =
"scriptsize",
dcolumn = FALSE, numeric.dollar = !dcolumn, cdot = FALSE,
longtable = FALSE, draft.longtable = TRUE, ct...
2008 Oct 18
0
Several problems with hmisc latex function
...rep("", NCOL(x) * NROW(x)), ncol = NCOL(x))
cell.format[1,1]<-"bfseries"
latex(x, file = "", cgroup = c("Group A", "Group B", "Group C"), n.cgroup =
c(2, 2, 2), rgroup = c("First", "Second"), n.rgroup = c(4, + 2),
colnamesTexCmd = "color{green}", cgroupTexCmd = "scshape", rgroupTexCmd =
"bfseries", numeric.dollar = FALSE, title = "", ctable = TRUE, label =
"tab:severalCgroups", caption = "More than two column
groups.",cellTexCmds=cell.format)
I also would lik...