[R] segmentation fault with Hmisc areg.boot()

Paul Johnson pauljohn32 at gmail.com
Sun Feb 19 20:53:47 CET 2006


On 2/16/06, Frank E Harrell Jr <f.harrell at vanderbilt.edu> wrote:
> >
> > Hank Stevens
> >
> > The following is taken from the example in the areg.boot
> > documentation, run inside Aquamacs Emacs:
> >
> >  > set.seed(171)  # to be able to reproduce example
> >  > x1 <- rnorm(200)
> >  > x2 <- runif(200)  # a variable that is really unrelated to y]
> >  > x3 <- factor(sample(c('cat','dog','cow'), 200,TRUE))  # also
> > unrelated to y
> >  > y  <- exp(x1 + rnorm(200)/3)
> >  > f  <- areg.boot(y ~ x1 + x2 + x3, B=40)
>
> Works fine on debian linux with same versions
>
> Frank


Works fine in Fedora Core 4 with R -2.2

in case more tests help to point finger at problematic OS

Paul Johnson


--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas




More information about the R-help mailing list