[R] error message for function: lmer (from lme4 package)

David Winsemius dwinsemius at comcast.net
Sat Nov 18 01:09:05 CET 2017


> snipped
> 
> Hi, Bert,
> Sorry about that! David seemed to be able to read the post since he replied.

The only reason it appear readable was that you copied me as well as the list. Then HTML was still  the basic format although it did npt appear that way to me since my reader could handle it without difficulty. Everybody else saw a "complete mess" as Bert accurately put it.

Again, learn to post in plain text. Learn to post data objects with dput.

-- 
David.
> Here I just email you the sample code and error message:
>> example.3=data.frame(levels= as.numeric(XXX[,c(4)]), replicate=rep(c("0","1","2"," 3","4","5"),3),conditions=c( rep("11",6),rep("12",6),rep(> example.3    levels replicate conditions1  43.1111         0         112  42.0942         1         113  57.8131         2         114  57.1726         3         115  77.8678         4         116  44.7578         5         117  69.5078         0         128  52.0581         1         129  40.0602         2         1210 45.5487         3         1211 43.6201         4         1212 60.4939         5         1213 64.1932         0         1314 53.4055         1         1315 59.6701         2         1316 52.6922         3         1317 53.8712         4         1318 60.2770         5         13> m.example.3=lmer(as.numeric( levels)~conditions+( conditions|replicate),data= example.3)Error in lmer(as.numeric(levels) ~ conditions + (conditions | replicate),  :   could not find function "lmer"> 
> Hopefully you could read it and provide some comments!
> Thank you very much for your time.
> Kind regards,
> Ace

snipped

> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.

David Winsemius
Alameda, CA, USA

'Any technology distinguishable from magic is insufficiently advanced.'   -Gehm's Corollary to Clarke's Third Law



More information about the R-help mailing list