lme4 and languageR compatibility error: "input model is not a mer object”
问题 I have a dataset dat2 on which I want to fit a linear mixed-effects model. I used lmer() (package lme4) in the past in complement of pvals.fnc to compute the associated p-values. However, since I reinstalled R 3.0.2 version with the new lme4 (1.0.4) and languageR (1.4) packages I obtain an error about the output of lmer function. It says that the output is not a mer object. Indeed its class is lmeRmod. Here is the code I use: names(dat2)<-c("auc","subj","decod","soa","vis") attach(dat2) mod1