Hello, 

I am trying to use the lmer function from the lme4 package I have installed
today (lme4_0.999375-32.zip; R-2.10.1). According to the information, I
should be able to use a generalized linear mixed model. 
However when I try to fit a model with Gamma distribution of the errors, it
gives me the following error 

model1<-lmer(Cmic~1+(1|FOREST/DEPTH),data=DATOS,family=Gamma)
Error en mer_finalize(ans) :
  General form of glmer_linkinv not yet written

The same occurs with the function glmer, although I have seen in the forum
that other people has been able to implement this type of models. 

Does anyone know why is this happening?

Thanks!
Cristina

IRNAS-CSIC
Seville, Spain




-- 
View this message in context: 
http://n4.nabble.com/lme4-package-and-gamma-family-tp1459527p1459527.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to