Displaying 1 result from an estimated 1 matches for "rcelltexcmds".
Did you mean:
celltexcmds
2009 Jan 22
2
"latex" in Hmisc: cell formating
...e=1000, size="scriptsize",
+ cgroup=c("group1","group2"), n.cgroup=c(6,1),
+ rgroup=c("n=1","n=5","n=10","n=20","n=50"), n.rgroup=rep(36,5),
+ cellTexCmds=cell.format, numeric.dollar = FALSE)
Error in cat(rcellTexCmds[i, colNum], " ", cx[i, colNum], file = file, :
subscript out of bounds
>
>
## if I remove the column name grouping, it works fine!
##
> latex(table1, where='htbp', long=TRUE, lines.page=1000, size="scriptsize",
+ #cgroup=c("group1","gr...