Re: [R] Can not find lme

2012-08-08 Thread Jeff Newmiller
Perhaps you should read the help for that package, where you would discover that it does not contain an "lme" function. library(help="lme4") You could type help.search("lme") and discover that there is an "lme" function in the "nlme" package. At that point you could perhaps confirm what you

Re: [R] Can not find lme

2012-08-08 Thread Pascal Oettli
Hello, Function "lme" is provided by the "nlme" package. HTH Pascal Le 08/08/2012 15:22, Santini Silvana a écrit : Dear all, Can anyone help me, my R software can not run a nested linear regression by using the lme funcion. The message that appears is Error: could not find function "lme" I a

Re: [R] Can not find lme

2012-08-07 Thread Simon Blomberg
You loaded package lme4. The function lme is in package nlme. Try doing library(nlme) first. Simon. On 08/08/12 16:22, Santini Silvana wrote: Dear all, Can anyone help me, my R software can not run a nested linear regression by using the lme funcion. The message that appears is Error: could

[R] Can not find lme

2012-08-07 Thread Santini Silvana
Dear all, Can anyone help me, my R software can not run a nested linear regression by using the lme funcion. The message that appears is  Error: could not find function "lme" I already downloaded and loaded the package, please see below. Thank you in advance for any help! Nadia. > data<-read.cs