> On Mar 17, 2016, at 1:47 PM, CHIRIBOGA Xavier <xavier.chirib...@unine.ch> 
> wrote:
> 
> Dear all,
> 
> 
> I am using R version 3.1.3. I want to run this model:
> 
> m1<-glmer(hours~soil*volatile+(1|replicate),  data=data,    family=Gamma(link 
> = "inv"))
> 
> 
> But I got this:
> 
> Erreur within make.link(link) : 'inv' link not recognised
> 
> 
> What to do in this case?

Have you tried omitting an argument to Gamma? The default is "inverse" and 
"inv" may not be matching "inverse".

-- 

David Winsemius
Alameda, CA, USA

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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