On 2/16/06, Frank E Harrell Jr <[EMAIL PROTECTED]> 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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to