Displaying 2 results from an estimated 2 matches for "cgrouptexcmd".
Did you mean:
rgrouptexcmd
2006 Oct 28
1
(kein Betreff)
...my installation:
function (object, title = first.word(deparse(substitute(object))),
file = paste(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",
dcol...
2008 Oct 18
0
Several problems with hmisc latex function
...= 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 like to add more space between the column na...