Hi Ben, Thanks you were right. I was using R-studio and needed to close and reopen this after downloading the lastest glmmADMB version in R. Then the new version was on there.
Now I have a new problem with the same model that I've been working on. Here is the model and the error message: > modelnbbb<-glmmadmb(total_bites_rounded~age_class_back+(1|focal_individual)+(1|food.dif.id)+offset(log(forage_time)),data=data,family="nbinom") Error in parse(text = x) : <text>:1:41: unexpected ')' 1: total_bites_rounded ~ age_class_back ++ ) ^ It seems like this message is trying to tell me that I have an extra ) somewhere, but I don't think this is true because the exact same model works fine with lmer. Is there something special about glmmadmb syntax that is giving me problems? Thank you for any advice you or anyone else can provide!!! Lizzy -- View this message in context: http://r.789695.n4.nabble.com/help-with-glmm-admb-tp3788082p3794210.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.