search for: mmodr

Displaying 1 result from an estimated 1 matches for "mmodr".

Did you mean: modr
2006 Oct 14
2
error in lme4 for R 2.4.0 (PR#9297)
...ssion 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 extract the residuals and random effect using: resid(mmodr) ranef(mmodr) I got error message: Error in resid(mmod) : no slot of name "family" for this object of class "lmer"