Skip to content
Prev 33324 / 398502 Next

problem with latex of object summary reverse

On Fri, 13 Jun 2003 20:13:02 +0700
Philippe Glaziou <glaziou at pasteur-kh.org> 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 also worked:

data(iris)
a <- summary(Species~Sepal.Length, method='reverse',data=iris)
latex(a)

See if a bug fix in Hmisc has fixed your problem since the last time you updated the package. 

---
Frank E Harrell Jr              Prof. of Biostatistics & Statistics
Div. of Biostatistics & Epidem. Dept. of Health Evaluation Sciences
U. Virginia School of Medicine  http://hesweb1.med.virginia.edu/biostat