[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
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
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
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