[R-sig-ME] GLMM family=binomial, link identity
    Ben Bolker 
    bbolker at gmail.com
       
    Tue Feb 26 23:40:54 CET 2013
    
    
  
maggenga at ... <maggenga at ...> writes:
> 
> Hi,
> I'm phd student in medical statistics.
> I would like know the R-way to perform the identity link (family=binomial) in
lmer (ade4 package).
  How about
glmer(...,family=binomial(link="identity")) 
?
See ?family in base R.
Warning: this is likely to be fragile (as fitting with non-standard
link functions often is).
    
    
More information about the R-sig-mixed-models
mailing list