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
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
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
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
4 matches
Mail list logo