Re: [long:] Re: [R] problem with latex of object summary reverse

2003-06-16 Thread A.J. Rossini
Philippe Glaziou [EMAIL PROTECTED] writes: No file file66334873.aux. Underfull \hbox (badness 1) in paragraph at lines 20--21 Not an error. [1] (./file66334873.aux) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. I'm confused. Is this the error you

Re: [long:] Re: [R] problem with latex of object summary reverse

2003-06-16 Thread Philippe Glaziou
A.J. Rossini [EMAIL PROTECTED] wrote: Philippe Glaziou [EMAIL PROTECTED] writes: No file file66334873.aux. Underfull \hbox (badness 1) in paragraph at lines 20--21 Not an error. I know, I never said this was an error. [1] (./file66334873.aux) LaTeX Warning: Label(s) may have

Re: [R] problem with latex of object summary reverse

2003-06-15 Thread Frank E Harrell Jr
On Sat, 14 Jun 2003 09:33:47 +0700 Philippe Glaziou [EMAIL PROTECTED] wrote: Frank E Harrell Jr [EMAIL PROTECTED] wrote: I tried this on the latest version of Hmisc (1.6-0): library(Hmisc) set.seed(1) y - factor(sample(c('a','b','c'),100,T)) x - runif(100) a - summary(y ~ x,

[long:] Re: [R] problem with latex of object summary reverse

2003-06-15 Thread Philippe Glaziou
Frank E Harrell Jr [EMAIL PROTECTED] wrote: Sorry to bother you again, I use the latex command with Sweave, and I would like to see the reports come out well without manual interventions on some tex files. latex(object, file='') works with Sweave's results=tex= construct. As in my

Re: [R] problem with latex of object summary reverse

2003-06-13 Thread Frank E Harrell Jr
On Fri, 13 Jun 2003 20:13:02 +0700 Philippe Glaziou [EMAIL PROTECTED] wrote: Hi, I have the following problem (library Hmisc loaded, iris data loaded, R Version 1.7.0 (2003-04-16), packages updated, running on a linux Debian i386): summary(Species~Sepal.Length,method=reverse)-a a

Re: [R] problem with latex of object summary reverse

2003-06-13 Thread Philippe Glaziou
Frank E Harrell Jr [EMAIL PROTECTED] wrote: I tried this on the latest version of Hmisc (1.6-0): library(Hmisc) set.seed(1) y - factor(sample(c('a','b','c'),100,T)) x - runif(100) a - summary(y ~ x, method='reverse') options(digits=3) latex(a) and everything was fine. The following