Did you load the package in R? Sounds like you didn't. Try
require(nlme)
Another possibility is that that function is hidden. Just to be sure, are you
should be using it like this
summary(mod)
Not like this
summary.lme(mod)
HTH
Gavin
Sent from my HTC
- Reply message -
From: "Joann
Joanna Geller
Sent: Thursday, 18 November 2010 8:07 AM
To: David Winsemius
Cc: r-help@r-project.org
Subject: Re: [R] Problem with nlme package
Thanks for the suggestions - I tried all of them, including
require(lme4) and require(nlme) and summary.lme still cannot be found.
I want to use it to get
On Nov 17, 2010, at 5:07 PM, Joanna Geller wrote:
Thanks for the suggestions - I tried all of them, including
require(lme4) and require(nlme) and summary.lme still cannot be found.
I want to use it to get full output of a multi-level model. Maybe it's
a Mac thing?
Any other suggestions would b
lp@r-project.org
Subject: Re: [R] Problem with nlme package
Thanks for the suggestions - I tried all of them, including
require(lme4) and require(nlme) and summary.lme still cannot be found.
I want to use it to get full output of a multi-level model. Maybe it's
a Mac thing?
Any other suggestions wou
Thanks for the suggestions - I tried all of them, including
require(lme4) and require(nlme) and summary.lme still cannot be found.
I want to use it to get full output of a multi-level model. Maybe it's
a Mac thing?
Any other suggestions would be much appreciated! Thanks, again.
On Wed, Nov 17, 2
On Nov 17, 2010, at 4:48 PM, David Winsemius wrote:
On Nov 17, 2010, at 4:39 PM, Joanna Geller wrote:
Hello,
I have installed the nlme package, but every time I try to use the
function "summary.lme,"
How did you "try to use it"?
I get a message that the function cannot be
found.
If i
On Nov 17, 2010, at 4:39 PM, Joanna Geller wrote:
Hello,
I have installed the nlme package, but every time I try to use the
function "summary.lme,"
How did you "try to use it"?
I get a message that the function cannot be
found.
If it says it cannot be found, then you quite possibly forg
7 matches
Mail list logo