[R] Problem with lme4

Stefan Grosse singularitaet at gmx.net
Tue May 15 16:39:20 CEST 2007


the lme4 function you want is probably lmer()
type
?lmer

btw. your R is very old we are at 2.5.0 ...

Stefan

Amelie LESCROEL wrote:
> Hi - I'm having a problem trying to use the function GLMM() from lme4. Here
> is what happens:
>
>  
>
>   
>> library(lme4)
>>     
>
> Loading required package: Matrix
>
> Loading required package: lattice
>
>   
>> f1 <- GLMM(success~yearF, data=quality, random=~1|bandnumb,
>>     
> family=binomial, method=PQL)
>
> Error: couldn't find function "GLMM"
>
>  
>
> I remember having used lme4 before, without any problem. Can someone help me
> understanding what is wrong? I'm using R 2.2.1, could that be a problem? I
> also tried installing lme4 again, and updating the package, with no success.
>
>  
>
> Thanks for your help,
>
>  
>
> Amelie
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> 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.
>
>
>



More information about the R-help mailing list