Re: [Rd] error in lme4 for R 2.4.0 (PR#9297)

2006-10-14 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Din Chen > Version: 2.4.0 > OS: Windows XP > Submission from: (NULL) (66.17.122.18) > > > I just updated the R.2.4.0. and got the error message for random effect > modelling, which was working on R.2.3.1. > > library(lme4) > mmod <- lmer(bright ~ 1+(1|oper

Re: [Rd] No exit codes from RTerm (Windows) (PR#9296)

2006-10-14 Thread russell-lenth
I am so embarrassed. I now see the syntax error in my original batch file; and if I correct it, it works just fine. I don't know why I didn't get a DOS error with it; if I had, it obviously would have saved me from reporting it as an R bug. My apologies for causing trouble -- it definitely i

[Rd] error in lme4 for R 2.4.0 (PR#9297)

2006-10-14 Thread din . chen
Full_Name: Din Chen Version: 2.4.0 OS: Windows XP Submission from: (NULL) (66.17.122.18) I just updated the R.2.4.0. and got the error message for random effect modelling, which was working on R.2.3.1. library(lme4) mmod <- lmer(bright ~ 1+(1|operator), pulp) summary(mmod) Then when I tried to

Re: [Rd] No exit codes from RTerm (Windows) (PR#9296)

2006-10-14 Thread ripley
Rterm (sic) does return an error status. You have not provided a reproducible example, so here is one (done in tcsh) % echo 'q()' | rterm --vanilla --slave || echo failed % echo 'q(status=3)' | rterm --vanilla --slave || echo failed failed % echo 'stop("test")' | rterm --vanilla --slave || echo