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

2007-06-20 Thread Martin Maechler
> "SB" == Steve Brady <[EMAIL PROTECTED]> > on Tue, 19 Jun 2007 11:59:15 -0400 writes: SB> I am having trouble calling the lmer function in the {Matrix} SB> package. I first installed and loaded {Matrix} as follows: >> install.packages("Matrix") >> library(Matrix)

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

2007-06-19 Thread John Kane
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 <[EMAIL PROTECTED]> wrote: > I am having trouble calling the lmer funct

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

2007-06-19 Thread David Barron
It's now in the lme4 package. On 19/06/07, Steve Brady <[EMAIL PROTECTED]> 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

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

2007-06-19 Thread Steve Brady
That did the trick. Thanks. Steve On Jun 19, 2007, at 12:10 PM, David Barron wrote: > It's now in the lme4 package. > > On 19/06/07, Steve Brady <[EMAIL PROTECTED]> wrote: >> I am having trouble calling the lmer function in the {Matrix} >> package. I first installed and loaded {Matrix} as follo

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

2007-06-19 Thread Steve Brady
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 no