Pascal A. Niklaus ieu.uzh.ch> writes:
>
> 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
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 lmerTe
2 matches
Mail list logo