[R] Could not find lmer function in {Matrix} package

John Kane jrkrideau at yahoo.ca
Tue Jun 19 19:34:36 CEST 2007


I don't think it's there.  I have had a look at the
ref doc and lmer does not show up.  

Have a look at
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/67904.html

It looks like it's in the lme4 package now.


--- Steve Brady <steven.brady at yale.edu> wrote:

> I am having trouble calling the lmer function in the
> {Matrix}  
> package.  I first installed and loaded {Matrix} as
> follows:
> 
>  > install.packages("Matrix")
>  > library(Matrix)
> 
> The package loaded successfully, however when I
> attempted to call  
> lmer, I received the following message:
> 
> Error: could not find function "lmer"
> 
> I also tried:
> 
> < ?lmer
> 
> which produced no search results.
> 
> I have attempted these actions in both MacOSx R
> Versions 2.4.1 and  
> 2.5.0.  I have also tried this in Version 2.5.1.
> beta on a Windows  
> machine.
> 
> Thanks in advance for any suggestions.
> 
> Steve
> ____________________________________
> Steven P. Brady, M.E.Sc (2007)
> School of Forestry & Environmental Studies
> Yale University
> http://www.cbc.yale.edu/people/skelly/steveb.html
> 
> 
> 
> 
> 	[[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