[R] Hmisc/Design and problem with cgroup

Aric Gregson aorchid at mac.com
Wed May 18 01:35:30 CEST 2005


Hello,

I am trying to use the following to output a table to latex:

cohortbyagesummary <- by(data.frame(age,ethnicity), cohort, summary) 

w <- latex.default(cohortbyagesummary, 
    caption="Five Number Age Summaries by Cohort",
    label="agesummarybycohort", 
    cgroup=c('hello','goodbye','hello'),
    colheads=c("Age","Ethnicity"),
    extracolheads=c('hello','goodbye'), # demonstration of subheadings
    greek=TRUE,
    ctable=TRUE)
    
I am not able to get the major column headings of cgroup to work. I
receive the error:
    Object cline not found
    
I do not see in the examples or documentation that you must specify
cline or anything. 

Any suggestions? Thanks very much,

aric

R 2.0.1
Design 2.0-11
Hmisc  3.0-5
OS X 10.3.9




More information about the R-help mailing list