Skip to content

logistic Regression using lmer

2 messages · arunkumar1111, Ben Bolker

#
arunkumar1111 <akpbond007 <at> gmail.com> writes:
Yes.  
  
  library(lme4)
  glmer([reponse]~[fixed effects (covariates)]+(1|[grouping variable]),
data=[data frame], family=binomial)

  Further questions on this topic should probably go to the
r-sig-mixed-models mailing list.