Re: [R] Problem with nlme package

2010-11-17 Thread Gavin Simpson
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

Re: [R] Problem with nlme package

2010-11-17 Thread David Winsemius
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

Re: [R] Problem with nlme package

2010-11-17 Thread David Winsemius
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

Re: [R] Problem with nlme package

2010-11-17 Thread Bill.Venables
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

Re: [R] Problem with nlme package

2010-11-17 Thread Joanna Geller
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

Re: [R] Problem with nlme package

2010-11-17 Thread David Winsemius
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

Re: [R] Problem with nlme package

2010-11-17 Thread David Winsemius
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