Dear all,

After updating to R 3.3.0 (inadvertently, via apt-get), I get an error when using lmerTest. Here is an example:

library(lmerTest)
library(MASS)
data(oats)
m <- lmer(Y ~ N*V + (1|B/V), data=oats)
summary(m)

summary from lme4 is returned
some computational error has occurred in lmerTest

I have removed all old libraries and tried to have as clean an installation as possible, but this did not fix the problem.

Is this an incompatibility or a problem with my installation?

Thanks for your help

Pascal

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to